예제 #1
0
파일: Frames.cs 프로젝트: NpoSaut/netCanLib
 private void EncodeAccelerationSign(Byte[] buff, AccelerationSignKind value)
 {
     buff[1] = (byte)((buff[1] & ~0x20) | ((int)value & 0x20));
 }
예제 #2
0
파일: Frames.cs 프로젝트: NpoSaut/netCanLib
 private void EncodeAccelerationSign(Byte[] buff, AccelerationSignKind value)
 {
     buff[1] = (byte)((buff[1] & ~0x20) | ((int)value & 0x20));
 }