예제 #1
0
 public void Register(IMsgPackFormat[] formatMap)
 {
     RegistrationHelper.RegisterBitMask(formatMap, this, 0xa0, 5);
     formatMap[0xd9] = this;
     formatMap[0xda] = this;
     formatMap[0xdb] = this;
 }
예제 #2
0
 public void Register(IMsgPackFormat[] formatMap)
 {
     RegistrationHelper.RegisterBitMask(formatMap, this, 0xc2, 1);
 }
예제 #3
0
 public void Register(IMsgPackFormat[] formatMap)
 {
     RegistrationHelper.RegisterBitMask(formatMap, this, 0x00, 7);
     RegistrationHelper.RegisterBitMask(formatMap, this, 0xd0, 2);
     RegistrationHelper.RegisterBitMask(formatMap, this, 0xe0, 5);
 }