SlinkX.NumDXSs

int NumDXSs

Remarks

This property is an integer which tells you how many DXSs are available on the server. It is wise to check this value before using a method like AddDevice which references a DXS number to prevent errors.

Example (Visual Basic)

if (Slinkx.NumDXSs >= dxsnum) then
    result = Slinkx.AddDevice(devname, devfile, devID, dxsnum, portnum)
else
    MsgBox("Error – DXS not available")
    End
endif

See Also

SlinkX.AddDevice