跳转至

NET_SDK_IVE_PEA_T

结构体定义

1
2
3
4
5
typedef struct
{
    NET_SDK_IVE_PERIMETER_T perimeter; 
    NET_SDK_IVE_TRIPWIRE_T tripwire;   
} NET_SDK_IVE_PEA_T;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_PEA_T
{
    public NET_SDK_IVE_PERIMETER_T perimeter;
    public NET_SDK_IVE_TRIPWIRE_T tripwire;
}

功能描述

绊线检测与区域入侵侦测结构体。

成员说明

成员 类型 备注
perimeter NET_SDK_IVE_PERIMETER_T 区域入侵。
tripwire NET_SDK_IVE_TRIPWIRE_T 绊线检测。
错误码