CommandFrame(Byte, Int32, Int32) Constructor
Namespace: Gemstone.PhasorProtocols.IEC61850_90_5Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.150 -- Release Build+0627019d4c17e2f915e64987b3f2371651facacb
public CommandFrame(
	byte[] buffer,
	int startIndex,
	int length
)
Gemstone.PhasorProtocols.IEC61850_90_5.CommandFrame = function(buffer, startIndex, length);
Parameters
- buffer  Byte
 - Binary image to parse.
 - startIndex  Int32
 - Start index into buffer to begin parsing.
 - length  Int32
 - Length of valid data within buffer.
 
 
            This constructor is used by a consumer to parse a received IEC 61850-90-5 command frame. Typically
            command frames are sent to a device. This constructor would used if this code was being used
            inside of a phasor measurement device.