uctypes
クラス定義
uctypes.struct
関数
addressof
uctypes.addressof()
bytearray_at
uctypes.bytearray_at()
bytes_at
uctypes.bytes_at()
sizeof
uctypes.sizeof()
定数
ARRAY
uctypes.ARRAY = int(-1073741824)
BFINT16
uctypes.BFINT16 = int(-671088640)
BFINT32
uctypes.BFINT32 = int(-402653184)
BFINT8
uctypes.BFINT8 = int(-939524096)
BFUINT16
uctypes.BFUINT16 = int(-805306368)
BFUINT32
uctypes.BFUINT32 = int(-536870912)
BFUINT8
uctypes.BFUINT8 = int(-1073741824)
BF_LEN
uctypes.BF_LEN = int(22)
BF_POS
uctypes.BF_POS = int(17)
BIG_ENDIAN
uctypes.BIG_ENDIAN = int(1)
FLOAT32
uctypes.FLOAT32 = int(-268435456)
FLOAT64
uctypes.FLOAT64 = int(-134217728)
INT
uctypes.INT = int(671088640)
INT16
uctypes.INT16 = int(402653184)
INT32
uctypes.INT32 = int(671088640)
INT64
uctypes.INT64 = int(939524096)
INT8
uctypes.INT8 = int(134217728)
LITTLE_ENDIAN
uctypes.LITTLE_ENDIAN = int(0)
LONG
uctypes.LONG = int(671088640)
LONGLONG
uctypes.LONGLONG = int(939524096)
NATIVE
uctypes.NATIVE = int(2)
PTR
uctypes.PTR = int(536870912)
SHORT
uctypes.SHORT = int(402653184)
UINT
uctypes.UINT = int(536870912)
UINT16
uctypes.UINT16 = int(268435456)
UINT32
uctypes.UINT32 = int(536870912)
UINT64
uctypes.UINT64 = int(805306368)
UINT8
uctypes.UINT8 = int(0)
ULONG
uctypes.ULONG = int(536870912)
ULONGLONG
uctypes.ULONGLONG = int(805306368)
USHORT
uctypes.USHORT = int(268435456)
VOID
uctypes.VOID = int(0)
__name__
uctypes.__name__ = str('uctypes')