GprsSocket Class |
Namespace: Eclo.NETMF.SIM800H
public class GprsSocket : IDisposable
The GprsSocket type exposes the following members.
Name | Description | |
---|---|---|
GprsSocket |
Class with GPRS socket methods and properties
|
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.) |
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.
|