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