2023年8月6日

C# 仿写 共用体

摘要: [StructLayout(LayoutKind.Explicit, CharSet = CharSet.Ansi, Pack = 1)] public struct strUion { [FieldOffset(0)] public ushort crc16; [FieldOffset(0)] p 阅读全文

posted @ 2023-08-06 18:10 panpeng666 阅读(29) 评论(0) 推荐(0)

导航