示例#1
0
 public Receiver(Header header)
 {
     sourceGuidPrefix = header.guidPrefix;
     sourceVersion = header.version;
     sourceVendorId = header.vendorId;
     haveTimestamp = false;
 }
示例#2
0
 public Receiver(GuidPrefix_t destination)
 {
     destGuidPrefix = destination;
     unicastReplyLocatorList.Add(LOCATOR_INVALID.value);
     multicastReplyLocatorList.Add(LOCATOR_INVALID.value);
     haveTimestamp = false;
     timestamp = TIME_INVALID.value;
 }