[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_SMART_TARGET_SNAP_IMG
{
public DD_TIME_EX frameTime;
public UInt32 imgId;
public UInt32 chl;
[MarshalAs(UnmanagedType.ByValArray, ArraySubType = UnmanagedType.U1, SizeConst = 48)]
public byte[] pathGUID;
public UInt32 sectionNo;
public UInt32 fileIndex;
public UInt32 blockNo;
public UInt32 offset;
public UInt32 eventType;
public byte isPanorama;
[MarshalAs(UnmanagedType.ByValArray, ArraySubType = UnmanagedType.U1, SizeConst = 7)]
public byte[] resv;
}