Skip to content

NET_SDK_IVE_IPD_HEAD_INFO_T

Structure Definition

1
2
3
4
5
typedef struct
{
    unsigned long long iRelativeTick; 
    bool bTriggerAlarm;               
} NET_SDK_IVE_IPD_HEAD_INFO_T;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_IPD_HEAD_INFO_T
{
    public UInt64 iRelativeTick;
    public Boolean bTriggerAlarm;
}

Function Description

Human intrusion detection information header.

Member Description

Member Type Remark
iRelativeTick unsigned long long Timestamp.
bTriggerAlarm bool Whether the alarm is triggered.
Error Code