[Overview][Types][Classes][Variables][Index] Reference for unit 'LazDeviceApis' (#lcl)

TLazMessagingStatus

Indicates the current stage of a message sending operation

Declaration

Source position: lazdeviceapis.pas line 79

type TLazMessagingStatus = (

  mssSentSuccessfully,

  

Indicates that the message was sent successfully to the server

  mssSendingGeneralError,

  

The message was not successfully sent to the server, but no particular reason for the failure is known.

  mssRadioOff,

  

The hardware device which would send the message is off. The user should activate his Radio Network (CDMA, GMS or another one) or activate his WiFi (for EMail only)

  mssNoService,

  

The hardware device which would send the message could not connect to the network because there is no signal here.

  mssReceivedSuccessfully,

  

The message was succesfully received by the destionation

  mssReceivingGeneralError

  

The message was not successfully received by the target, but no particular reason for the failure is known.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.