Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: smsuaddr.H

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

smsuaddr.H Global variables


KSMSAddrFamily

const TUint KSMSAddrFamily;

Description

SMS sockets family identifier.

[Top]


KSMSDatagramProtocol

const TUint KSMSDatagramProtocol;

Description

SMS sockets protocol ID.

[Top]


KSMSNumberSockets

const TInt KSMSNumberSockets;

Description

The maximum number of SAPs the SMS sockets protocol supports.

[Top]


KSMSDatagramServiceInfo

const TUint KSMSDatagramServiceInfo;

Description

SMS sockets service flags.

[Top]


KSolSmsProv

const TUint KSolSmsProv;

Description

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

[Top]


KIoctlDeleteSmsMessage

const TUint KIoctlDeleteSmsMessage;

Description

Ioctl command for deleting SMS messages.

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

[Top]


KIoctlEnumerateSmsMessages

const TUint KIoctlEnumerateSmsMessages;

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;

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;

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;

Description

Ioctl command for sending SMS messages.

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

See also:

[Top]


KIoctlWriteSmsMessage

const TUint KIoctlWriteSmsMessage;

Description

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.

[Top]


KIoctlReadSmsParams

const TUint KIoctlReadSmsParams;

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;

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;

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;

Description

KIOctlSelect completion status if a modem is present.

[Top]


KIoctlSelectModemNotPresent

const TUint KIoctlSelectModemNotPresent;

Description

KIOctlSelect completion status if a modem is not present.

[Top]


KUidPSSMSStackCategory

const TUid KUidPSSMSStackCategory;

Description

Category for SMS Stack P&S variables.

[Top]


KUidPSSMSStackDiskSpaceMonitorKey

const TInt KUidPSSMSStackDiskSpaceMonitorKey;

Description

Key for SMS Stack P&S Disk Space Monitor

[Top]


KUidPSSMSStackDiskSpaceMonitorKeyType

const RProperty::TType KUidPSSMSStackDiskSpaceMonitorKeyType;

Description

Category for SMS Stack P&S variables.