public static class SSU2Payload.RelayTagRequestBlock extends SSU2Payload.Block
| Constructor and Description |
|---|
RelayTagRequestBlock()Create a relay tag request block (no data payload). |
| Modifier and Type | Method and Description |
|---|---|
int | getDataLength()Return zero (no data payload). |
int | writeData(byte[] tgt,
int off)Write the relay tag request block data to the target array. |
getTotalLength, getType, toString, writepublic RelayTagRequestBlock()
public int getDataLength()
getDataLength in class SSU2Payload.Blockpublic int writeData(byte[] tgt,
int off)writeData in class SSU2Payload.Blocktgt - target array to write tooff - offset in the target array