Home > Support > Documentation

CSTAResponseInfo Class Reference

List of all members.

Properties

byte[] ResponseFromPBX [get, set]
int StatusCode [get, set]
string StatusMessage [get, set]

Detailed Description

Contains information about a PBX operation that was attempted.


Property Documentation

byte [] ResponseFromPBX [get, set]

Contains the response from the PBX.

int StatusCode [get, set]

A numeric status code. A value less than zero indicates that something went wrong during the attempted operation.

string StatusMessage [get, set]

Text containing information about a PBX operation that has completed, either successfully or not.