gps.connection
Class WPWriter

java.lang.Object
  extended by gps.connection.WPWriter

public final class WPWriter
extends java.lang.Object

Author:
Mario

Constructor Summary
WPWriter()
           
 
Method Summary
static void sendCmd(GPSrxtx context, int cmd, int rcvBufferSize)
           
static void sendCmd(GPSrxtx context, int cmd, int arg, int rcvBufferSize)
          Send command and argument.
static void sendCmd(GPSrxtx context, java.lang.String cmd)
           
static void sendCmd(GPSrxtx context, java.lang.String cmd, int rcvBufferSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPWriter

public WPWriter()
Method Detail

sendCmd

public static final void sendCmd(GPSrxtx context,
                                 int cmd,
                                 int rcvBufferSize)

sendCmd

public static final void sendCmd(GPSrxtx context,
                                 int cmd,
                                 int arg,
                                 int rcvBufferSize)
Send command and argument. Argument has not been seen different from '0' but added for future provision.

Parameters:
context -
cmd -
arg -
rcvBufferSize -

sendCmd

public static final void sendCmd(GPSrxtx context,
                                 java.lang.String cmd,
                                 int rcvBufferSize)

sendCmd

public static final void sendCmd(GPSrxtx context,
                                 java.lang.String cmd)