CommonFrameHeader(Byte, Int32, Int32) Constructor
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.165 -- Release Build+4602076e5063a409825f3f5a8c01b62eac861155
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.