|
ChannelParsingStateBaseParsedBinaryLength 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 public virtual int ParsedBinaryLength { get; set; }
Public Overridable Property ParsedBinaryLength As Integer
Get
Set
public:
virtual property int ParsedBinaryLength {
int get ();
void set (int value);
}
abstract ParsedBinaryLength : int with get, set
override ParsedBinaryLength : int with get, set
function get_ParsedBinaryLength();
function set_ParsedBinaryLength(value);
View SourceProperty Value
Int32Implements
IChannelParsingStateParsedBinaryLengthSee Also