Skip to content

NET_SDK_IVE_CPC_INFO_T

Structure Definition

1
2
3
4
5
typedef struct
{
    NET_SDK_IVE_RECT_T stRectInfo; 
    unsigned char iCrossLineType;  
} NET_SDK_IVE_CPC_INFO_T;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_CPC_INFO_T
{
    public NET_SDK_IVE_RECT_T stRectInfo;
    public byte iCrossLineType;
}

Function Description

Number of people information.

Member Description

Member Type Remark
stRectInfo NET_SDK_IVE_RECT_T The target rectangle.
iCrossLineType unsigned char The line jump type.
Error Code