java.lang.Object | |
↳ | com.commsignia.v2x.client.model.WsmpNotification.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WsmpNotification.Builder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WsmpNotification | build() | ||||||||||
WsmpNotification.Builder |
withData(byte[] data)
Sets the payload data.
| ||||||||||
WsmpNotification.Builder |
withInterfaceID(long interfaceID)
Sets the interface ID.
| ||||||||||
WsmpNotification.Builder |
withLLAddress(String llAddress)
Sets the LL address.
| ||||||||||
WsmpNotification.Builder |
withPortNumber(long portNumber)
Sets the port number value.
| ||||||||||
WsmpNotification.Builder |
withRssi(long rssi)
Sets the RSSI value.
| ||||||||||
WsmpNotification.Builder |
withSecurity(WsmpSecurityStatus security)
Sets the security type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets the payload data.
data | payload data |
---|
Sets the interface ID.
interfaceID | interface ID |
---|
Sets the LL address.
llAddress | LL address |
---|
Sets the port number value.
portNumber | port number |
---|
Sets the RSSI value.
rssi | RSSI value |
---|
Sets the security type.
security | security type |
---|