|
表格线识别通用库文档
|


命名空间 | |
| namespace | cm |
函数 | |
| bool | cm::ReadBit (uint number, ushort bit) |
| 读取数字中特定位的值 | |
| uint | cm::WriteBit (uint number, ushort bit, bool value) |
| 设置数字中特定位的值 | |
| std::vector< byte > | cm::IntToBytes (uint number, bool big_endian) |
| 将整数转换为字节数组 | |
| uint | cm::BytesToInt (const std::vector< byte > &bytes, bool big_endian) |
| 将字节数组转换为整数 | |