public class UnsentMessageTopic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
leastSignificantBitsGatewayId |
long |
leastSignificantBitsVehicleId |
long |
mostSignificantBitsGatewayId |
long |
mostSignificantBitsVehicleId |
MessageStructureTopic[] |
unsentMessages |
| Constructor and Description |
|---|
UnsentMessageTopic() |
UnsentMessageTopic(long __f1,
long __f2,
long __f3,
long __f4,
MessageStructureTopic[] __f5) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copy(UnsentMessageTopic from) |
public long leastSignificantBitsVehicleId
public long mostSignificantBitsVehicleId
public long leastSignificantBitsGatewayId
public long mostSignificantBitsGatewayId
public MessageStructureTopic[] unsentMessages
public UnsentMessageTopic()
public UnsentMessageTopic(long __f1,
long __f2,
long __f3,
long __f4,
MessageStructureTopic[] __f5)
public void clear()
public void copy(UnsentMessageTopic from)