v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.ITSRawFacilityPacketAdapter |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ITSRawFacilityPacketAdapter() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
onRawFacilityCAMReceived(FacilityNotification facilityNotification, byte[] rawCAM)
Called when a CAM facility notification is received.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.commsignia.v2x.client.ITSRawFacilityPacketListener
| |||||||||||
Called when a CAM facility notification is received.
| facilityNotification | decoded version of the CAM facility notification |
|---|---|
| rawCAM | raw bytes of the CAM message |