Пример #1
0
 protected UInt16 CalcOcCRC(UInt16 offset, UInt16 length)
 {
     return(IPPacket.CalcOcCRC(this.RawData, offset, length));
 }