edu.wpi.first.wpilibj.networktables2
Interface NetworkTableMessageType


public interface NetworkTableMessageType

The definitions of all of the protocol message types

Author:
mwills

Field Summary
static int CLIENT_HELLO
          a client hello message that a client sends
static int ENTRY_ASSIGNMENT
          an entry assignment message
static int FIELD_UPDATE
          a field update message
static int KEEP_ALIVE
          A keep alive message that the client sends
static int PROTOCOL_VERSION_UNSUPPORTED
          a protocol version unsupported message that the server sends to a client
static int SERVER_HELLO_COMPLETE
           
 

Field Detail

KEEP_ALIVE

static final int KEEP_ALIVE
A keep alive message that the client sends

See Also:
Constant Field Values

CLIENT_HELLO

static final int CLIENT_HELLO
a client hello message that a client sends

See Also:
Constant Field Values

PROTOCOL_VERSION_UNSUPPORTED

static final int PROTOCOL_VERSION_UNSUPPORTED
a protocol version unsupported message that the server sends to a client

See Also:
Constant Field Values

SERVER_HELLO_COMPLETE

static final int SERVER_HELLO_COMPLETE
See Also:
Constant Field Values

ENTRY_ASSIGNMENT

static final int ENTRY_ASSIGNMENT
an entry assignment message

See Also:
Constant Field Values

FIELD_UPDATE

static final int FIELD_UPDATE
a field update message

See Also:
Constant Field Values


Copyright © 2013. All rights reserved.