|
PacketParserProtocolUsesSyncBytes Property
|
Returns false since the protocol implementation of
IPacket does not use synchronization.
Namespace: GSF.Historian.PacketsAssembly: GSF.Historian (in GSF.Historian.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