Click or drag to resize
GprsSocket Class
GPRS socket instance.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HGprsSocket

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class GprsSocket : IDisposable

The GprsSocket type exposes the following members.

Constructors
  NameDescription
Public methodGprsSocket
Class with GPRS socket methods and properties
Top
Properties
  NameDescription
Public propertyStatus
Connection status of a GPRS socket
Top
Methods
  NameDescription
Public methodClose
Close GPRS socket connection
Public methodConnect
Connects a GPRS socket to the specified URL and port. This operation requires that a GPRS connection has been open previous to call this otherwise an exception will throw.
Public methodDispose
Releases all resources used by the GprsSocket
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReceive
Public methodSend(Byte)
Public methodSend(Byte, Int32, Int32)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventDataReceived
Event raised when the module emits a network registration message.
Public eventSocketClosed
Event raised when the module emits a network registration message.
Public eventSocketConnected
Event raised when the module emits a network registration message.
Top
See Also