public class JsfHeader
extends java.lang.Object
| Constructor and Description |
|---|
JsfHeader() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getChannel() |
byte |
getCommandType() |
int |
getMessageSize() |
byte |
getSequenceNumber() |
byte |
getSubsystem() |
short |
getType() |
void |
setChannel(byte channel) |
void |
setCommandType(byte commandType) |
void |
setMessageSize(int messageSize) |
void |
setSequenceNumber(byte sequenceNumber) |
void |
setSubsystem(byte subsystem) |
void |
setType(short type) |
public short getType()
public void setType(short type)
type - the type to setpublic byte getCommandType()
public void setCommandType(byte commandType)
commandType - the commandType to setpublic byte getSubsystem()
public void setSubsystem(byte subsystem)
subsystem - the subsystem to setpublic byte getChannel()
public void setChannel(byte channel)
channel - the channel to setpublic byte getSequenceNumber()
public void setSequenceNumber(byte sequenceNumber)
sequenceNumber - the sequenceNumber to setpublic int getMessageSize()
public void setMessageSize(int messageSize)
messageSize - the messageSize to setCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.