 | STARCommandLockFrontCover Method |
Lock the front cover
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void LockFrontCover(
bool locking,
ErrorRecoveryOptions options = null
)
Public Sub LockFrontCover (
locking As Boolean,
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void LockFrontCover(
bool locking,
ErrorRecoveryOptions^ options = nullptr
)
member LockFrontCover :
locking : bool *
?options : ErrorRecoveryOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit
Parameters
- locking
- Type: SystemBoolean
true for lock, false for unlock - options (Optional)
- Type: Huarui.STARLineErrorRecoveryOptions
error handling options
ExceptionsException | Condition |
---|
STARException | device error will be throwed with STARException |
See Also