SiemensHicom300 Class Reference
Inheritance diagram for SiemensHicom300:
Public Member Functions | |
SiemensHicom300 (PBXSession sessionObject) | |
SiemensHicom300 (string pbxSystem, int port) |
Detailed Description
Implements CSTA phase 1 operations for the Siemens Hicom 300 PBX device.
Constructor & Destructor Documentation
SiemensHicom300 | ( | string | pbxSystem, | |
int | port | |||
) |
Constructs an instance associated with the given PBX identifier and port.
- Parameters:
-
pbxSystem Well-known name or IP address of the PBX. port Port on which the PBX listens for CSTA messages.
SiemensHicom300 | ( | PBXSession | sessionObject | ) |
Constructs an instance associated with the given PBXSession object.
- Parameters:
-
sessionObject A PBXSession object.