$treeview $search $mathjax $extrastylesheet
CSTADLL
2.3.4
$projectbrief
|
$projectbrief
|
$searchbox |
Public Member Functions | |
virtual CSTAResponseInfo | MakeACSEAssociation (string userName, string password) |
SiemensHipath3000p3 (PBXSession sessionObject) | |
SiemensHipath3000p3 (string pbxSystem, int port) | |
Protected Member Functions | |
override int | EncodeACSEConnectionRequest (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer) |
override int | EncodeSingleStepTransferRequest (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer, SingleStepTransferInfo sstInfo) |
Implements CSTA phase 3 operations for the Siemens Hipath 3000 PBX device.
SiemensHipath3000p3 | ( | string | pbxSystem, | |
int | port | |||
) |
Constructs an instance associated with the given PBX identifier and port.
pbxSystem | Well-known name or IP address of the PBX. | |
port | Port on which the PBX listens for CSTA messages. |
SiemensHipath3000p3 | ( | PBXSession | sessionObject | ) |
Constructs an instance associated with the given PBXSession object.
sessionObject | A PBXSession object. |
override int EncodeACSEConnectionRequest | ( | CSTAResponseInfo | response, | |
Asn1BerEncodeBuffer | encodeBuffer | |||
) | [protected, virtual] |
Encodes an ACSE Association Request message.
response | A CSTA ResponseInfo object. | |
encodeBuffer | An encode buffer object into which the message will be encoded. |
Reimplemented from GenericCSTAp3.
override int EncodeSingleStepTransferRequest | ( | CSTAResponseInfo | response, | |
Asn1BerEncodeBuffer | encodeBuffer, | |||
SingleStepTransferInfo | sstInfo | |||
) | [protected, virtual] |
Encodes a SingleStepTransfer message.
response | A CSTA ResponseInfo object. | |
encodeBuffer | An encode buffer object into which the message will be encoded. | |
sstInfo | A SingleStepTransferInfo object. |
Reimplemented from GenericCSTAp3.
virtual CSTAResponseInfo MakeACSEAssociation | ( | string | userName, | |
string | password | |||
) | [virtual] |
Establish an ACSE association with the PBX.
userName | The user name to send to the PBX. | |
password | The password to send to the PBX. |