[Overview][Types][Classes][Variables][Index] |
Indicates the type of message (for example: SMS, MMS, EMail).
Source position: lazdeviceapis.pas line 56
type TLazDeviceMessageKind = ( |
||
dmkSMS, |
|
Indicates that the message is a SMS. |
dmkMMS, |
|
Indicates that the message is a MMS. |
dmkEMail |
|
Indicates that the message is a E-Mail. |
); |
Version 4.0 | Generated 2025-05-03 | Home |