跳转至

NET_SDK_IVE_VSD_TARGET_BIKE

结构体定义

1
2
3
4
5
typedef struct
{
    unsigned int dwBikeType;    
    unsigned int byReserve[64]; 
} NET_SDK_IVE_VSD_TARGET_BIKE;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4, Size = 260)]
public unsafe struct NET_SDK_IVE_VSD_TARGET_BIKE
{
    public UInt32 dwBikeType;
    public fixed UInt32 byReserve[64];
}

功能描述

非机动车属性。

成员说明

成员 类型 备注
dwBikeType unsigned int 类型,0:未知;1:自行车;2:电瓶车;3:摩托车;4:三轮车。
byReserve unsigned int[64] 预留字段。
错误码