Namespace: KylixSMSLib
Assembly: KylixSMSLib (in KylixSMSLib.dll) |
|
|
KylixSMSLib.Device |
enumProtocol { AT_Command = 1, Nokia_FBus } |
|
enumBaudrate { Baudrate_9600 = 1, Baudrate_19200, Baudrate_38400,
Baudrate_57600, Baudrate_115200, Baudrate_Nokia_FBus } |
|
enumState { Not_Connected = 1, Connecting, Busy, Ready,
Sending_SMS, Reading_SMS, Watting_Network_logon,
Watting_USSD_Network_Reply, Watting_USSD_User_Reply } |
|
enumSearchLevel { AllComPorts = 1, Model,
IMEI, OwnNumber} |
|
|
|
KylixSMSLib.SMS |
enumValidity { One_Hour = 1, Six_Hours, One_Day,
Three_Days, One_Week, Max } |
|
enumStatus { Unread = 1, Read, UnSent, Sent } |
|
enmuDelivery { Delivered =1, Pending, Failed, Unknown } |
|
enumCoding { Auto = 1, GSM, Unicode, ANSI_8Bit } |
|
|
|
|
KylixSMSLib.USSD |
enmuDecoding { Auto = 1, GSM, Unicode, ANSI_8Bit } |
|
|
|
|
KylixSMSLib.Queue |
enumPriority { Low = 1, Normal, High } |
|
|
|
KylixSMSLib.vCalendar |
enumType { Standard = 1, Meeting, Todo, Memo,
Anniversary } |
|
|
|
KylixSMSLib.Call |
enmuCallType { Incoming = 1, Outgoing, CallStart,
CallEnd, RemoteEnd, LocalEnd, Unknown } |
|
|
|
|
|