
APPENDIX
Protocol Data Mode
126
2.10
•
19.01.2007
5.1.11.12 DectGetLineStatus
Function
int DectGetLineStatus( int nChannel );
Description
Prompt the device on a special channel for the line-state.
Parameter
nChannel
Channel-number
>= 0
Line-state (bitmapped, at this point of time always set
to LINE_STATE_DSR)
Return
< 0
Error
Note
5.1.11.13 DectGetIpui
Function
int DectGetIpui(
int nChannel,
DECT_IPUI_T *pIpui );
Description
Acquires the IPUI of the connected device on a special channel.
nChannel
Channel-number
Parameter
pIpui
Pointer to a structure to return the IPUI
0
Ok
Return
< 0
Error
Note
5.1.11.14 DectGetBytesAvail
Function
int DectGetBytesAvail( int nChannel );
Description
Prompt to get the number of available bytes to be read on a special
channel.
Parameter
nChannel
Channel-number
>= 0
Number of bytes available to be read
Return
< 0
Error
Note
5.1.11.15 DectGetTxFree
Function
int DectGetTxFree( int nChannel );
Description
Prompt to get the number of available free space in the send-buffer.
Parameter
nChannel
Channel-number
>= 0
Number of free bytes available in the send-buffer
Return
-1
Error
Note