Request to transmit JANUS frame.
| Type | Name and description |
|---|---|
long |
appDataApplication data block (ADB). |
int |
appTypeApplication type, as defined by class user. |
Boolean |
canForwardForwarding capability flag, null to determine automatically based on routing service availability. |
int |
classUserIDClass user ID, as defined in ANEP-87 Annex A. |
Boolean |
mobilityMobility flag, null to determine automatically based on node mobility. |
float |
repeatIntervalRepeat interval in seconds, or 0 to indicate non-periodic transmission. |
float |
reservationDurationReservation duration in seconds. |
boolean |
txRxFlagTX/RX flag, as defined in ANEP-87. |
| Constructor and description |
|---|
TxJanusFrameReq
() |
TxJanusFrameReq
(TxFrameReq req) |
TxJanusFrameReq
(DatagramReq req) |
| Methods inherited from class | Name |
|---|---|
class TxFrameReq |
getTxTime, getType, getWakeup, is16BitTS, isTimestamped, set16BitTS, setTimestamped, setTxTime, setType, setWakeup, toString |
Application data block (ADB). The ADB is 34 bits, if reservation duration and repeat interval is set to 0, and no cargo (data) is carried by the frame. The ADB is 26 bits otherwise.
Application type, as defined by class user.
Forwarding capability flag, null to determine automatically based on routing service availability.
Class user ID, as defined in ANEP-87 Annex A.
Mobility flag, null to determine automatically based on node mobility.
Repeat interval in seconds, or 0 to indicate non-periodic transmission. If the value specified is not in the ANEP-87 Annex C table, the next nearest value from the table is used. Repeat interval may only be specified if reservation duration is 0, and no cargo (data) is carried by the frame.
Reservation duration in seconds. If the value specified is not in the ANEP-87 Annex B table, the next highest value is used. Reservation duration may only be specified if repeat interval is 0, and no cargo (data) is carried by the frame.
TX/RX flag, as defined in ANEP-87.
Copyright 2013-19, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd