|
FrameParserProtocolUsesSyncBytes Property
|
Gets flag that determines if this protocol parsing implementation uses synchronization bytes.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public override bool ProtocolUsesSyncBytes { get; }
Public Overrides ReadOnly Property ProtocolUsesSyncBytes As Boolean
Get
public:
virtual property bool ProtocolUsesSyncBytes {
bool get () override;
}
abstract ProtocolUsesSyncBytes : bool with get
override ProtocolUsesSyncBytes : bool with get
function get_ProtocolUsesSyncBytes();
View SourceProperty Value
BooleanSee Also