ZylGPSReceiver Mobile for Smart Phone

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 | ZylGPSReceiverMobileSP Namespace