|
IChannelParsingStateParsedBinaryLength Property
|
Gets or sets the length of the associated
IChannel object being parsed from the binary image.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax int ParsedBinaryLength { get; set; }
Property ParsedBinaryLength As Integer
Get
Set
property int ParsedBinaryLength {
int get ();
void set (int value);
}
abstract ParsedBinaryLength : int with get, set
function get_ParsedBinaryLength();
function set_ParsedBinaryLength(value);
View SourceProperty Value
Int32See Also