NWFSE_LSL_LOGICAL_BOARD_STATS
Returns statistics concerning LSL boards. Used by NWGetLSLLogicalBoardStats.
typedef struct {
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo ;
nuint16 reserved0 ;
nuint32 LogTtlTxPackets ;
nuint32 LogTtlRxPackets ;
nuint32 LogUnclaimedPackets ;
nuint32 reserved1 ;
} NWFSE_LSL_LOGICAL_BOARD_STATS;
uses calwin32
NWFSE_LSL_LOGICAL_BOARD_STATS = packed Record
serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
reserved0 : nuint16;
padding : nuint16;
LogTtlTxPackets : nuint32;
LogTtlRxPackets : nuint32;
LogUnclaimedPackets : nuint32;
reserved1 : nuint32;
End;