OS:CAPL里IP和MAC赋值都可用以下这种方式直接写。
The specification of IPv4 addresses as DWORD corresponds to a Little Endian representation.
作为DWORD的IPv4地址规范对应于Little Endian表示。
You must represent an address a.b.c.d as number 0x0d0c0b0a.
您必须将地址a.b.c.d表示为数字0x0d0c0b0a。
Example The number representation of 192.168.2.1 corresponds to 0x0102a8c0. |