public class CreatedCell extends Cell
CELL_PAYLOAD_SIZE, CELL_SIZE, m_payload| Constructor and Description |
|---|
CreatedCell()
Constructor for a created cell
|
CreatedCell(int circID)
Constructor for created cell
|
CreatedCell(int circID,
byte[] payload)
Constructor for a created cell
|
CreatedCell(int circID,
byte[] payload,
int offset)
Constructor
|
createCell, getCellData, getCircuitID, getCommand, getPayload, setPayloadpublic CreatedCell()
public CreatedCell(int circID)
circID - circIDpublic CreatedCell(int circID,
byte[] payload)
circID - circIDpayload - payloadpublic CreatedCell(int circID,
byte[] payload,
int offset)
circID - circIDpayload - payloadoffset - offsetCopyright © 2023. All rights reserved.