java.lang.Object | |
↳ | com.commsignia.v2x.client.model.GeonetSendData |
Represents a packet of data to be sent using the ITSApplication.gnSend(GeonetSendData)
method.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | GeonetSendData.Builder | Utility class for building GeonetSendData instances. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BTPType |
getBtpType()
Returns the BTP type.
| ||||||||||
byte[] |
getData()
Returns the payload data.
| ||||||||||
long |
getDatarateKbps()
Returns the data rate in Kbps.
| ||||||||||
byte[] |
getDestinationAddress()
Returns the destination address.
| ||||||||||
DestAreaCircle |
getDestinationAreaCircle()
Returns the destination area.
| ||||||||||
DestAreaEllipse |
getDestinationAreaEllipse()
Returns the destination area.
| ||||||||||
DestAreaRectangle |
getDestinationAreaRectangle()
Returns the destination area.
| ||||||||||
long |
getDestinationPort()
Returns the destination port.
| ||||||||||
long |
getInterfaceID()
Returns the interface ID.
| ||||||||||
long |
getMaxHops()
Returns the maximal number of hops.
| ||||||||||
GNMethod |
getMethod()
Returns the send method.
| ||||||||||
long |
getPacketLifetimeMsec()
Returns the packet lifetime in milliseconds.
| ||||||||||
GeonetSecurityInfo |
getSecurityInfo()
Returns the security info structure.
| ||||||||||
long |
getSecurityProfile()
Returns the security profile value.
| ||||||||||
long |
getSourcePortOrDestinationInfo()
Returns the source port when using BTP-A, destination info when using BTP-B.
| ||||||||||
GNTrafficClass |
getTrafficClass()
Returns the traffic class.
| ||||||||||
long |
getTxPowerDbm()
Returns the TX power in dBm.
| ||||||||||
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 destination area.
Returns the destination area.
Returns the destination area.
Returns the destination port.
Returns the interface ID.
Returns the maximal number of hops.
Returns the packet lifetime in milliseconds.
Returns the security profile value.
Returns the source port when using BTP-A, destination info when using BTP-B.
Returns the TX power in dBm.
Returns the user priority.