|
PhasorMeasurementMapperToggleBadData Method
|
Toggles the flag that determines whether to inject the bad data state flag into the stream.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Toggles the flag that determines whether to inject the bad data state flag into the stream.",
new string[] { ... })]
public void ToggleBadData()<AdapterCommandAttribute("Toggles the flag that determines whether to inject the bad data state flag into the stream.",
New String() { ... })>
Public Sub ToggleBadDatapublic:
[AdapterCommandAttribute(L"Toggles the flag that determines whether to inject the bad data state flag into the stream.",
__gc new array<String^>^ { ... })]
void ToggleBadData()[<AdapterCommandAttribute("Toggles the flag that determines whether to inject the bad data state flag into the stream.",
new string[] { ... })>]
member ToggleBadData : unit -> unit function ToggleBadData();
View Source
See Also