Click or drag to resize
GprsSocketSend Method (Byte, Int32, Int32)

[Missing <summary> documentation for "M:Eclo.NETMF.SIM800H.GprsSocket.Send(System.Byte[],System.Int32,System.Int32)"]

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 int Send(
	byte[] buffer,
	int offset,
	int size
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Eclo.NETMF.SIM800H.GprsSocket.Send(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Eclo.NETMF.SIM800H.GprsSocket.Send(System.Byte[],System.Int32,System.Int32)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Eclo.NETMF.SIM800H.GprsSocket.Send(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Eclo.NETMF.SIM800H.GprsSocket.Send(System.Byte[],System.Int32,System.Int32)"]

See Also