Home > Support > Documentation

SocketState Class Reference

List of all members.

Properties

byte[] ReadBuffer [get, set]
int TotalLength [get, set]

Detailed Description

This class contains the response received from the PBX and state information about the exchange with the PBX that is used internally by CSTADLL.


Property Documentation

byte [] ReadBuffer [get, set]

Contains the bytes read from the socket. This buffer will be filled in bit by bit as the message is read.

int TotalLength [get, set]

The total length of a complete message received from the PBX. This is also used as an offset into the read buffer so we can build the message as it's received.