View Mask Crosspoint
Description
Obtains the state of an individual matrix crosspoint's mask.
Prototype
DWORD PIPLX_ViewMaskCrosspoint(SESSION session, DWORD CardNum, DWORD OutSub, DWORD Row, DWORD Column, BOOL *State);
Parameters:
Session - the SESSION variable for the connected LXI device
CardNum - card number
OutSub - output sub-unit number
Row - crosspoint row (Y) location
Column - crosspoint column (X) location
State - pointer to variable to receive the result (0 = unmasked, 1 = masked)
Returns:
Zero for success, or non-zero error code.
Note
This function supports matrix operation using row/column co-ordinates in place of the linearized bit-number method employed by PIPLX_ViewMaskBit. It offers more straightforward matrix operation, and avoids the need for re-coding if a matrix card is replaced by one having different dimensions.