public static class DOFInterface.Event extends DOFInterface.Item
Modifier and Type | Method and Description |
---|---|
int |
getParameterCount()
Get the number of Parameters for this Event.
|
DOFType[] |
getParameters()
Get the Parameters for this Event.
|
void |
marshal(DOFType.Context context,
DOFPacket packet)
Marshal the binary representation of this item into the specified
buffer beginning at the specified offset.
|
java.lang.String |
toString()
The String representation of this Event.
|
compareTo, equals, getInterface, getInterfaceID, getItemID, getItemType, hashCode
public int getParameterCount()
public DOFType[] getParameters()
public void marshal(DOFType.Context context, DOFPacket packet) throws DOFMarshalException
DOFInterface.Item
marshal
in class DOFInterface.Item
context
- The context that all types should be written with.packet
- The packet to write into.DOFMarshalException
- If marshaling fails.public java.lang.String toString()
toString
in class DOFInterface.Item