TcpGpsReceiverOpen Method |
Opens the communication with the GPS receiver.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
SyntaxPublic Function Open As Boolean
Dim instance As TcpGpsReceiver
Dim returnValue As Boolean
returnValue = instance.Open()
public:
virtual bool Open() sealed
abstract Open : unit -> bool
override Open : unit -> bool
public final boolean Open()
public final function Open() : boolean
No code example is currently available or this language may not be supported.
Return Value
Boolean
- true if succeed
- false if failed.
Implements
IGpsReceiverOpen
See Also