java.lang.Object | |
↳ | com.commsignia.v2x.client.model.InjectData |
Represents a data frame to be injected.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | InjectData.Builder | Builder for InjectData instances. | |||||||||
enum | InjectData.Type |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
byte[] |
getData()
Returns the payload data.
| ||||||||||
long |
getDatarateKbps()
Returns the data rate in Kbps.
| ||||||||||
byte[] |
getDstAddress()
Returns the destination address.
| ||||||||||
long |
getInterfaceID()
Returns the interface ID.
| ||||||||||
byte[] |
getSrcAddress()
Returns the source address.
| ||||||||||
long |
getTxPowerDbm()
Returns the TX power in dBm.
| ||||||||||
InjectData.Type |
getType()
Returns the injection type.
| ||||||||||
long |
getUserPriority()
Returns the user priority.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the payload data.
Returns the data rate in Kbps.
Returns the destination address.
Returns the interface ID.
Returns the source address.
Returns the TX power in dBm.
Returns the injection type.
Returns the user priority.