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