| getnseventsResult Structure Definition |
The getnseventsResult structure defines the return type for getnsevents API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nseventsList |
List of nseventss |
| nsevents Structure Definition |
The nsevents structure defines the actual return type values for getnsevents API. |
Syntax |
Members |
eventno |
Event number starting from which events must be shown. |
time |
Event no. |
eventcode |
event Code. |
devid |
Device Name. |
devname |
Device Name. |
text |
Event no. |
data0 |
additional event information. |
data1 |
additional event information. |
data2 |
additional event information. |
data3 |
additional event information. |
_nextgenapiresource |
See Also |