Gx6384ResetGroup (nHandle, nGroup, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6384 board. |
nGroup |
SHORT |
If the Switch Matrix is configured as two groups with 32 columns (default configuration) Group numbers are:0. GX6384_GROUP_A1. GX6384_GROUP_BIf the Switch Matrix is configured as one group with 64 columns the only Group is:0. GX6384_GROUP_A |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function is typically called after calling the Gx6384Initialize function.
The following example resets group A:
Gx6384ResetGroup (nHandle, GX6384_GROUP_A, &nStatus);
Gx6384ResetGroup, Gx6384SetGroupRow64Columns, Gx6384GetChannel, Gx6384Close, Gx6384Open, Gx6384SetGroupsConfiguration, GxSWGetErrorString