| SIM800H Class |
Namespace: Eclo.NETMF.SIM800H
public class SIM800H : IDisposable
The SIM800H type exposes the following members.
| Name | Description | |
|---|---|---|
| FileStorage | FileStorage property with all the methods required to access the internal file storage
| |
| GprsIpAppsBearerIsOpen |
Status of IP apps bearer in profile 1 of GPRS context
| |
| GprsMmsBearerIsOpen |
Status of MMS bearer in profile 2 of GPRS context
| |
| GprsNetworkRegistration |
GPRS network registration state of module
| |
| GprsProvider | GprsProvider property with all the methods required to use the GPRS features
| |
| GprsSocketsBearerIsOpen |
Status of sockets bearer in profile 0 of GPRS context
| |
| GsmNetworkRegistration |
GSM network registration state of module
| |
| HttpClient | HttpClient property with all the methods required to perform HTTP requests
| |
| IMEI |
Retrieves the device's IMEI
| |
| IpAddress |
IP address of module
| |
| MaxSockets |
Maximum number of sockets supported. SIM800H module supports up to 6.
When setting this properties, any existing socket will be closed and becomes unavailable.
| |
| MmsClient | MmsClient property with all the methods required to use the MMS (Multimedia Messaging Service) client
| |
| MmsConfiguration |
MMS center configuration
| |
| ModelIdentification |
Module model identification
| |
| PowerStatus |
Power status of SIM800H device
| |
| SerialInterfaceBaudRate |
Retrieves baud rate for serial interface
| |
| SIMCardStatus |
Get SIM card status
| |
| SmsProvider | SmsProvider property with all the methods required to send SMS (text) messages
| |
| SmsStatusReport |
Enable Sms status report
| |
| SntpClient | SntpClient property with all the methods required to user the SNTP (Simple Network Time Protocol) client
| |
| SoftwareRelease |
Module software release
| |
| SupplyVoltage |
Retrieves supply voltage.
|
| Name | Description | |
|---|---|---|
| Configure |
Configure hardware interface with the device.
| |
| Dispose | Releases all resources used by the SIM800H | |
| Equals | (Inherited from Object.) | |
| GetDateTime |
Retrieves date time from device's clock.
For correct date time the clock must be set either programatically or using SNTP service
| |
| GetHashCode | (Inherited from Object.) | |
| GetTimeAndLocation |
Retrieves time and optionally location of the device, as reported by the time and location service.
Needs to have GPRS connection active.
| |
| GetType | (Inherited from Object.) | |
| PowerOff |
Powers off the SIM800H module
| |
| PowerOnAsync |
Starts an asynchronous operation to run the power on sequence
| |
| RetrieveOperator |
Retrieves the operator wich the device is registered to
| |
| RetrievePinState |
Retrieves the pin state of the SIM
| |
| RetrieveSignalStrength |
Get the signal strength (RSSI) of the cellular network
| |
| SetPhoneFuncionality |
Set phone funcionality
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CallReady |
Event raised when the device reports that is ready for calls.
| |
| GprsNetworkRegistrationChanged |
Event raised when the status of the GPRS registration changes.
| |
| GsmNetworkRegistrationChanged |
Event raised when the status of the GSM network registration changes.
| |
| PowerStatusChanged |
Event raised when the power status of the device changes.
| |
| SimCardStatusChanged |
Event raised when the status of the SIM card changes.
| |
| SmsReady |
Event raised when the device reports that the SMS features are ready.
| |
| SmsSentReferenceReceived |
Event raised when the device receives a new SMS message.
| |
| WarningConditionTriggered |
Event raised when there is a warning condition reported by the device.
|
| Name | Description | |||
|---|---|---|---|---|
| AccessPointConfiguration |
GPRS access point configuration (APN)
| |||
| MmsAccessPointConfiguration |
Access point configuration (APN) for MMS
|