Skip to content

NET_SDK_IVE_VSD_TARGET_BIKE

Structure Definition

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];
}

Function Description

Non-motor vehicle attributes.

Member Description

Member Type Remark
dwBikeType unsigned int Type, 0: unknown; 1: bicycle; 2: electric vehicle; 3: motorcycle; 4: tricycle.
byReserve unsigned int[64] Reserved field.
Error Code