Skip to content

NET_SDK_IVE_IPD_INFO_T

Structure Definition

1
2
3
4
5
typedef struct
{
    unsigned int iTargerId;  
    NET_SDK_IVE_RECT_T rect; 
} NET_SDK_IVE_IPD_INFO_T;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_IPD_INFO_T
{
    public UInt32 iTargerId;
    public NET_SDK_IVE_RECT_T rect;
}

Function Description

Human intrusion detection information.

Member Description

Member Type Remark
iTargerId unsigned int Target ID number.
rect NET_SDK_IVE_RECT_T The target rectangle.
Error Code