DDS
public final class SubscriptionMatchedStatus extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
current_count |
int |
current_count_change |
int |
last_publication_handle |
int |
total_count |
int |
total_count_change |
| Constructor and Description |
|---|
SubscriptionMatchedStatus() |
SubscriptionMatchedStatus(int _total_count,
int _total_count_change,
int _current_count,
int _current_count_change,
int _last_publication_handle) |