Symbian
 Developer Library

SYMBIAN OS V9.1

FEEDBACK 

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



Location: smsuaddr.H

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.

See also:

[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.

See also:

[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.

See also:

[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.

See also:

[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.

[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.

See also:

[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.

See also:

[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.

See also:

[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.

See also:

[Top]


KIoctlSelectModemPresent

const TUint KIoctlSelectModemPresent;

Description

KIOctlSelect completion status if a modem is present.

See also:

[Top]


KIoctlSelectModemNotPresent

const TUint KIoctlSelectModemNotPresent;

Description

KIOctlSelect completion status if a modem is not present.

See also: