跳转至

NET_SDK_IVE_OSC_INFO_T

结构体定义

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

功能描述

物品看护信息。

成员说明

成员 类型 备注
eventId unsigned int 事件ID。
status unsigned int 0:none;1:start;2:end;3:procedure。
targetId unsigned int 目标ID。
rect NET_SDK_IVE_RECT_T 目标矩形框。
错误码