public class

WsmpNotification

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

Class Overview

Represents a WSMP notification.

Summary

Nested Classes
class WsmpNotification.Builder  
Public Methods
boolean equals(Object o)
byte[] getData()
Returns a copy of the payload data.
long getInterfaceID()
Returns the interface ID.
String getLLAddress()
Returns the LL address.
long getPortNumber()
Returns the port number.
long getRssi()
Returns the RSSI value.
WsmpSecurityStatus getSecurity()
Returns the security status.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public byte[] getData ()

Returns a copy of the payload data.

Returns
  • payload data

public long getInterfaceID ()

Returns the interface ID.

Returns
  • interface ID

public String getLLAddress ()

Returns the LL address.

Returns
  • LL address

public long getPortNumber ()

Returns the port number.

Returns
  • port number

public long getRssi ()

Returns the RSSI value.

Returns
  • RSSI value

public WsmpSecurityStatus getSecurity ()

Returns the security status.

Returns
  • security status

public int hashCode ()

public String toString ()