Exemple #1
0
 public PacketReceivedEventArgs(UInt32 version, UInt32 timestamp, double subsecond, Utility.EDataType dataType, byte[] data)
 {
     Version = version;
     Timestamp = timestamp;
     TimestampSubsecond = subsecond;
     DataType = dataType;
     Data = data;
 }
Exemple #2
0
 public PacketReceivedEventArgs(UInt32 version, UInt32 timestamp, double subsecond, Utility.EDataType dataType, byte[] data)
 {
     Version            = version;
     Timestamp          = timestamp;
     TimestampSubsecond = subsecond;
     DataType           = dataType;
     Data = data;
 }