Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: smsuaddr.h

SMS utilities sockets constants

Support

Supported from 6.1


KSMSAddrFamily

const TUint KSMSAddrFamily=0x010;

Description

SMS sockets family identifier.

[Top]


KSMSDatagramProtocol

const TUint KSMSDatagramProtocol=0x02;

Description

SMS sockets protocol ID.

[Top]


KSMSNumberSockets

const TInt KSMSNumberSockets=0x100;

Description

The maximum number of SSPs the SMS sockets protocol supports.

[Top]


KSMSDatagramServiceInfo

const TUint KSMSDatagramServiceInfo=KSIConnectionLess | KSIMessageBased;

Description

SMS sockets service flags.

[Top]


KSolSmsProv

const TUint KSolSmsProv=0x100;

Description

Specifies SMS sockets protocol level in the aLevel argument of RSocket::Ioctl().

[Top]


KIoctlDeleteSmsMessage

const TUint KIoctlDeleteSmsMessage=0x0300;

Description

Ioctl command for deleting SMS messages.

For this command, the aDesc argument of RSocket::Ioctl() should be NULL.

[Top]


KIoctlEnumerateSmsMessages

const TUint KIoctlEnumerateSmsMessages=0x0301;

Description

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.

[Top]


KIoctlReadMessageSucceeded

const TUint KIoctlReadMessageSucceeded=0x0304;

Description

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.

[Top]


KIoctlReadMessageFailed

const TUint KIoctlReadMessageFailed=0x0305;

Description

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.

[Top]


KIoctlSendSmsMessage

const TUint KIoctlSendSmsMessage=0x0306;

Description

Ioctl command for sending SMS messages.

For this command, the aDesc argument of RSocket::Ioctl() should be a packaged TUint.

[Top]


KIoctlWriteSmsMessage

const TUint KIoctlWriteSmsMessage=0x0307;

Description

Ioctl command for writing SMS messages to SIM.

For this command, the aDesc argument of RSocket::Ioctl() should be NULL.

[Top]


KIoctlReadSmsParams

const TUint KIoctlReadSmsParams=0x0308;

Support

Supported from 7.0

Description

Ioctl command for enumerating SMS parameter sets.

For this command, the aDesc argument of RSocket::Ioctl() should be NULL.

[Top]


KIoctlCompleteReadSmsParams

const TUint KIoctlCompleteReadSmsParams=0x0309;

Support

Supported from 7.0

Description

Ioctl command for completing SMSP list read request.

For this command, the aDesc argument of RSocket::Ioctl() should be NULL.

[Top]


KIoctlWriteSmsParams

const TUint KIoctlWriteSmsParams=0x0310;

Support

Supported from 7.0

Description

Ioctl command ofr writing SMS parameter sets.

For this command, the aDesc argument of RSocket::Ioctl() should be NULL.

[Top]


KIoctlSelectModemPresent

const TUint KIoctlSelectModemPresent=0x400;

Description

KIOctlSelect completion status if a modem is present.

[Top]


KIoctlSelectModemNotPresent

const TUint KIoctlSelectModemNotPresent=0x401;

Description

KIOctlSelect completion status if a modem is not present.