|  | GprsSocket Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class GprsSocket : IDisposable
The GprsSocket type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GprsSocket | 
            Class with GPRS socket methods and properties
             | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Close | 
            Close GPRS socket connection
             | 
|  | Connect | 
            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.
             | 
|  | Dispose | Releases all resources used by the GprsSocket | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | Receive | |
|  | Send(Byte) | |
|  | Send(Byte, Int32, Int32) | |
|  | ToString | (Inherited from Object.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | DataReceived | 
            Event raised when the module emits a network registration message.
             | 
|  | SocketClosed | 
            Event raised when the module emits a network registration message.
             | 
|  | SocketConnected | 
            Event raised when the module emits a network registration message.
             | 
 See Also
See Also