Class OpenDrawerResult
Data related to performed drawer opening operation.
Inheritance
System.Object
OpenDrawerResult
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class OpenDrawerResult : Object
Constructors
OpenDrawerResult(Nullable<Boolean>)
Declaration
public OpenDrawerResult(Nullable<bool> opened)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Boolean> | opened |
Properties
Opened
Indicates whether command to opend drawer was sent to printer.
Declaration
public Nullable<bool> Opened { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |