SMSMemory class
Full name
HeadwindGSM.SMSMemory
Properties
- String MemoryType - memory type (available values: "SM" - SIM card, "ME" - mobile equipment,
other values are optional and depend on the modem manufacturer);
- Long Count - number of messages.
Methods
- Read() - read the selected memory;
- Object Item(Long index) - get a message by index;
- Remove(Long index) - remove a message from memory;
- Clear() - clear the selected memory.
Events
- Completed() - this event is raised after the whole memory is read successfully;
- Failed(String errorstr) - this event is raised if an error occurred during reading a memory.
Other
This class implements the interface of a read-only collection.
|