Download Print this page

Denso BHT-700-WM Reference Manual page 28

Bar code handy terminal gprs class library

Advertisement

ReadSMS
Read out a short message.
Syntax
[VB]
Public Shared Function ReadSMS( _
ByVal
SMSDest As
ByVal
index As
[C#]
public static UInt32
(EN_STORAGESMS
Parameters
SMSDest
[in ] destination storing short message
settable value : one of EN_STORAGESMS member
index
[in ] index of short message
info
[out] read SMS information
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
EN_STORAGESMS, _
UInt32, ByRef
info As SMSInfo) As UInt32
ReadSMS
SMSDest,
UInt32
- 23 -
index,
out SMSInfo
info);

Advertisement

loading