Click or drag to resize

TcpGpsReceiverSendByteArray Method

Sends a byte array to the GPS receiver. It works only if you have a RemoteHost defined.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public int SendByteArray(
	byte[] byteArray
)

Parameters

byteArray  Byte
The byte array to be sent.

Return Value

Int32
The count of sent bytes.
See Also