ZylGPSReceiver.NET
GPSReceiver.SendByteArray Method
Sends a byte array to the GPS receiver.
[Visual Basic]
Public Sub SendByteArray( _
ByVal
Byte[]
As
Byte()
_
)
[C#]
public
void
SendByteArray(
Byte[]
btArray
);
Parameters
Byte[]
The byte array to be sent.
See Also
GPSReceiver Class
|
ZylGPSReceiver Namespace