public class

InjectData

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.InjectData

Class Overview

Represents a data frame to be injected.

Summary

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
From class java.lang.Object

Public Methods

public byte[] getData ()

Returns the payload data.

Returns
  • payload data.

public long getDatarateKbps ()

Returns the data rate in Kbps.

Returns
  • data rate in Kbps

public byte[] getDstAddress ()

Returns the destination address.

Returns
  • dstAddress

public long getInterfaceID ()

Returns the interface ID.

Returns
  • interface ID

public byte[] getSrcAddress ()

Returns the source address.

Returns
  • source address

public long getTxPowerDbm ()

Returns the TX power in dBm.

Returns
  • TX power in dBm

public InjectData.Type getType ()

Returns the injection type.

Returns
  • injection type (geonet, wsmp, wsa, etc.)

public long getUserPriority ()

Returns the user priority.

Returns
  • user priority

public String toString ()