Location:
smsuaddr.H
const TInt KSMSNumberSockets;
The maximum number of SAPs the SMS sockets protocol supports.
const TUint KSolSmsProv;
Specifies SMS sockets protocol level for the provider in the aLevel argument of RSocket::Ioctl()
.
const TUint KIoctlDeleteSmsMessage;
Ioctl command for deleting SMS messages.
For this command, the aDesc argument of RSocket::Ioctl()
should be NULL.
const TUint KIoctlEnumerateSmsMessages;
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;
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;
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;
Ioctl command for sending SMS messages.
For this command, the aDesc argument of RSocket::Ioctl()
should be a packaged TUint.
const TUint KIoctlWriteSmsMessage;
Ioctl command for writing SMS messages to SIM.
For this command, the aDesc argument of RSocket::Ioctl()
may be NULL or may hold a packaged descriptor large enough to store information on slots for the message. This descriptor
will be populated upon completion of the request and shall be used by the client to update the CSmsMessage
object that has been written, by invoking its UpdateSlotsL() method. This has to be done if the client wants to be able to
delete this message from the store at some point, unless it opts to enumerate messages before deletion takes place.
const TUint KIoctlReadSmsParams;
Ioctl command for enumerating SMS parameter sets.
For this command, the aDesc argument of RSocket::Ioctl()
should be NULL.
const TUint KIoctlCompleteReadSmsParams;
Ioctl command for completing SMSP list read request.
For this command, the aDesc argument of RSocket::Ioctl()
should be NULL.
const TUint KIoctlWriteSmsParams;
Ioctl command ofr writing SMS parameter sets.
For this command, the aDesc argument of RSocket::Ioctl()
should be NULL.
const TUint KIoctlSelectModemPresent;
KIOctlSelect completion status if a modem is present.
const TUint KIoctlSelectModemNotPresent;
KIOctlSelect completion status if a modem is not present.
const RProperty::TType KUidPSSMSStackDiskSpaceMonitorKeyType;
Category for SMS Stack P&S variables.