Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ESCPOS_NET
|
||||
{
|
||||
public class PrinterOptions
|
||||
{
|
||||
int IdleTimeoutSeconds { get; set; } = 60;
|
||||
int StatusPollingIntervalMilliseconds { get; set; } = 500;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user