Skip to content

NET_SDK_IVE_AVD_INFO_T

Structure Definition

1
2
3
4
5
6
typedef struct
{
    unsigned int eventId; 
    unsigned int status;  
    unsigned int type;    
} NET_SDK_IVE_AVD_INFO_T;
1
2
3
4
5
6
7
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_AVD_INFO_T
{
    public UInt32 eventId;
    public UInt32 status;
    public UInt32 type;
}

Function Description

Exception information.

Member Description

Member Type Remark
eventId unsigned int Event ID.
status unsigned int Event status, 0: none; 1: started, 2: ended, 3: happening.
type unsigned int Event type, 0: none; 1: scene; 2: clear; 3: color.
Error Code