public class

WsmpSendData

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

Summary

Nested Classes
class WsmpSendData.Builder Utility class for building WsmpSendData instances. 
Public Methods
byte[] getData()
Returns the payload data.
long getDatarateKbps()
Returns the data rate in Kbps.
long getInterfaceID()
Returns the interface ID.
byte[] getLLAddress()
Returns the LL address.
long getPortNumber()
Returns the port number.
WsmpSendSecurity getSecurity()
Returns the specified security for this message.
long getTxPowerDbm()
Returns the TX power in dBm.
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 long getInterfaceID ()

Returns the interface ID.

Returns
  • interface ID

public byte[] getLLAddress ()

Returns the LL address.

Returns
  • LL address as an array of bytes

public long getPortNumber ()

Returns the port number.

Returns
  • port number

public WsmpSendSecurity getSecurity ()

Returns the specified security for this message.

Returns
  • specified security for this message

public long getTxPowerDbm ()

Returns the TX power in dBm.

Returns
  • TX power in dBm

public long getUserPriority ()

Returns the user priority.

Returns
  • user priority

public String toString ()