|
PacketBaseBinaryLength Property
|
Gets the length of the packet's binary representation.
Namespace: GSF.Historian.PacketsAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic abstract int BinaryLength { get; }
Public MustOverride ReadOnly Property BinaryLength As Integer
Get
public:
virtual property int BinaryLength {
int get () abstract;
}
abstract BinaryLength : int with get
function get_BinaryLength();
View SourceProperty Value
Int32Implements
ISupportBinaryImageBinaryLength
See Also