示例#1
0
 /// <inheritdoc />
 public override void ReadData(WireReader reader, int length)
 {
     Address = reader.ReadIPAddress(length);
 }