CommonFrameHeader(Byte, Int32, Int32) Constructor
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.167 -- Release Build+58fd404071566d50b858170723ca955485407f2c
public CommonFrameHeader(
byte[] buffer,
int startIndex,
int length
)
Gemstone.PhasorProtocols.SelCWS.CommonFrameHeader = function(buffer, startIndex, length);
Parameters
- buffer Byte
- Buffer that contains data to parse.
- startIndex Int32
- Start index into buffer where valid data begins.
- length Int32
- Length of valid data in buffer.