ErrorCodesDriverMax Field |
The maximum value (0x80040FFF) for driver-specific error numbers.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic static readonly int DriverMax
Public Shared ReadOnly DriverMax As Integer
public:
static initonly int DriverMax
Field Value
Int32
Remarks
Drivers are free to choose their own numbers starting with DriverBase, up to and including DriverMax.
See Also