| GprsSocket Constructor |
Class with GPRS socket methods and properties
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public GprsSocket(
ProtocolType protocolType,
bool isSslSocket = false
)
Parameters
- protocolType
- Type: Eclo.NETMF.SIM800HProtocolType
Protocol type of the socket - isSslSocket (Optional)
- Type: SystemBoolean
True if socket is SLL. Default is false (not SSL).
See Also