示例#1
0
 private SensorPacket Parse(byte[] packet)
 {
     return(SensorPacket.Create(
                this.GetPacketTypeFrom(packet),
                this.GetTimeStampFrom(packet),
                this.GetPayloadFrom(packet)
                ));
 }