Location:
Smsstd.h
Link against: smcm.lib
class TSmsReplyOptions;
This class encapsulates the reply options (transport/delivery/user/read acknowledgements).
Defined in TSmsReplyOptions
:
DeliveryAck()
, ReadAck()
, SetDeliveryAck()
, SetReadAck()
, SetTransportAck()
, SetUserAck()
, TSmsReplyOptions()
, TSmsReplyOptions()
, TransportAck()
, UserAck()
IMPORT_C TSmsReplyOptions(TBool aTransportAckRequest, TBool aDeliveryAckRequest, TBool aUserAckRequest, TBool aReadAckRequest);
Constructor
|
IMPORT_C TBool TransportAck() const;
Get the transportation acknowledgement request setting.
|
IMPORT_C void SetTransportAck(TBool aValue);
Set the transportation acknowledgement request
|
IMPORT_C TBool DeliveryAck() const;
Get the delivery acknowledgement request setting.
|
IMPORT_C void SetDeliveryAck(TBool aValue);
Set the delivery acknowledgement request
|
IMPORT_C TBool UserAck() const;
Get the user acknowledgement request setting.
|
IMPORT_C void SetUserAck(TBool aValue);
Set the user acknowledgement request
|
IMPORT_C TBool ReadAck() const;
Get the read acknowledgement request setting.
|
IMPORT_C void SetReadAck(TBool aValue);
Set the read acknowledgement request
|