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