Namespace Eclo.nF.SIM800H
Classes
AccessPointConfiguration
Configuration of GPRS access point (APN).
AtCommandResult
Result of the execution of an AT command.
ConnectGprsAsyncResult
An asynchronous result returning the result of a request to open a GPRS connection
DeviceAsyncResult
An asynchronous result object
FileStorage
Class with methods to use internal flash storage space.
GprsProvider
Class with methods to perform GPRS related actions.
GprsSocket
GPRS socket instance.
HttpActionResult
Class with the result of an HttpAction request.
HttpClient
Class with methods to perform HTTP client requests.
HttpCurrentStatus
Current status of HTTP service
HttpKnownHeaderNames
Contains known HTTP header names.
HttpWebRequest
Provides an HTTP-specific implementation of the WebRequest class.
HttpWebRequestAsyncResult
An asynchronous result object returning the result of an HTTP Request
HttpWebResponse
Handles retrieval of HTTP Response headers, and handles data reads.
ListTextMessagesAsyncResult
An asynchronous result object returning a list of text message indexes
LocationAndTime
Class with information about location and time.
MessageStatusReport
Class with message status report
MmsClient
Class with methods to perform MMS related actions.
MmsConfiguration
Configuration of MMS center (MMSC).
MmsMessage
Class with MMS (Multimedia Messaging Service) message properties and content.
OpenBearerAsyncResult
An asynchronous result object returning the result of a request to open a bearer in GPRS context
PowerOnAsyncResult
An asynchronous result object returning the result of a Power on sequence execution
SendMmsMessageAsyncResult
An asynchronous result object returning the outcome of an attempt to send a MMS message.
SendTextMessageAsyncResult
An asynchronous result object returning the result of an attempt to send an SMS
SIM800H
Class with methods, properties and events to work with a SIM800H module.
SmsProvider
SMS client class with methods to send and read SMSs.
SntpClient
SNTP client class with all methods to perform SNTP requests.
SocketException
SyncNetworkTimeAsyncResult
An asynchronous result object returning the result of a request to open a bearer in GPRS context
TextMessage
Class with text message (SMS) properties and content.
Uri
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
WebHeaderCollection
Contains protocol headers associated with a request or response. Manages name-value pairs for HTTP headers.
WebRequest
Makes a request to a Uniform Resource Identifier (URI). This is an abstract class.
Enums
BearerProfile
Bearer Profiles for GPRS context
ConnectGprsResult
Outcome of request to open GPRS connection
ConnectionStatus
Connection status of GPRS socket. See SIM800H documentation.
HttpAction
HTTP action method
HttpStatusCode
Contains the values of status codes defined for HTTP.
MessageDeleteOption
Available options to delete text messages
MessageState
Possible states for a text message
NetworkRegistrationState
Possible states of network registration
OpenBearerResult
Outcome of request to open bearer context
PhoneFuncionality
Phone Funcionality
PinState
Possible states of the SIM card
PowerStatus
Possible power status
ProtocolType
Specifies the protocols that the GprsSocket class supports.
ReturnedState
Possible returned states by methods
SignalStrength
Possible values of the strength of a signal
SimCardStatus
Possible SIM card status
SocketError
Defines socket error constants.
SyncResult
Result of SNTP sync request
WarningCondition
Warning conditions
Delegates
GprsProvider.GprsIpAppsBearerStateChangedHandler
Represents the delegate used for the GprsIpAppsBearerStateChanged event.
GprsProvider.GprsSocketsBearerStateChangedHandler
Represents the delegate used for the GprsSocketsBearerStateChanged event.
GprsProvider.MmsBearerStateChangedHandler
Represents the delegate used for the MmsBearerStateChanged event.
GprsSocket.DataReceivedHandler
Represents the delegate used for the Eclo.nF.SIM800H.GprsSocket.OnDataReceived(System.Object) event.
GprsSocket.SocketClosedHandler
Represents the delegate used for the OnSocketClosed(GprsSocket) event.
GprsSocket.SocketConnectedHandler
Represents the delegate used for the OnSocketConnected(GprsSocket) event.
HttpClient.HttpActionReceivedHandler
Represents the delegate used for the HttpActionReceived event.
SIM800H.CallReadyHandler
Represents the delegate used for the CallReady event.
SIM800H.GprsNetworkRegistrationChangedHandler
Represents the delegate used for the GprsNetworkRegistrationChanged event.
SIM800H.GsmNetworkRegistrationChangedHandler
Represents the delegate used for the GsmNetworkRegistrationChanged event.
SIM800H.PowerStatusChangedHandler
Represents the delegate used for the PowerStatusChanged event.
SIM800H.SimCardStatusChangedHandler
Represents the delegate used for the SimCardStatusChanged event.
SIM800H.SmsReadyHandler
Represents the delegate used for the SmsReady event.
SIM800H.SmsSentReferenceReceivedHandler
Represents the delegate used for the SmsSentReferenceReceived event.
SIM800H.WarningConditionTriggeredHandler
Represents the delegate used for the WarningConditionTriggered event.
SmsProvider.SmsReceivedHandler
Represents the delegate used for the SmsReceived event.
SmsProvider.SmsStatusReceivedHandler
Represents the delegate used for the SmsStatusReceived event.
SntpClient.SntpReplyReceivedHandler
Represents the delegate used for the SntpReplyReceived event.