|
|
|
Location:
smsuaddr.h
const TInt KSMSNumberSockets=0x100;
The maximum number of SSPs the SMS sockets protocol supports.
const TUint KSMSDatagramServiceInfo=KSIConnectionLess | KSIMessageBased;
SMS sockets service flags.
const TUint KSolSmsProv=0x100;
Specifies SMS sockets protocol level in the aLevel argument of RSocket::Ioctl().
const TUint KIoctlDeleteSmsMessage=0x0300;
Ioctl command for deleting SMS messages.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlEnumerateSmsMessages=0x0301;
Ioctl command for counting stored SMS messages.
For this command, the aDesc argument of RSocket::Ioctl() should be a packaged TUint. On completion, this holds the count of messages enumerated.
const TUint KIoctlReadMessageSucceeded=0x0304;
Ioctl command to indicate to the protocol that the client received messages successfully.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlReadMessageFailed=0x0305;
Ioctl command to indicate to the protocol that the client failed to receive messages successfully.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlSendSmsMessage=0x0306;
Ioctl command for sending SMS messages.
For this command, the aDesc argument of RSocket::Ioctl() should be a packaged TUint.
const TUint KIoctlWriteSmsMessage=0x0307;
Ioctl command for writing SMS messages to SIM.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlReadSmsParams=0x0308;
Supported from 7.0
Ioctl command for enumerating SMS parameter sets.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlCompleteReadSmsParams=0x0309;
Supported from 7.0
Ioctl command for completing SMSP list read request.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlWriteSmsParams=0x0310;
Supported from 7.0
Ioctl command ofr writing SMS parameter sets.
For this command, the aDesc argument of RSocket::Ioctl() should be NULL.
const TUint KIoctlSelectModemPresent=0x400;
KIOctlSelect completion status if a modem is present.
const TUint KIoctlSelectModemNotPresent=0x401;
KIOctlSelect completion status if a modem is not present.