SlinkX.NumCM11As

int NumCM11As

Remarks

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

Example (Visual Basic)

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

See Also

SlinkX.AddDevice