PageRenderTime 102ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/Microsoft.PointOfService/Microsoft/PointOfService/RemoteOrderDisplay.cs

https://bitbucket.org/jdluzen/microsoft-pos-for-.net
C# | 126 lines | 108 code | 18 blank | 0 comment | 0 complexity | 1dca723a4367eea685d7296011e5af34 MD5 | raw file
  1. namespace Microsoft.PointOfService
  2. {
  3. public abstract class RemoteOrderDisplay : Microsoft.PointOfService.PosCommon
  4. {
  5. protected RemoteOrderDisplay()
  6. {
  7. }
  8. public const System.Int32 ClockAll = 0;
  9. public const System.Int32 ExtendedErrorBadClock = 201;
  10. public const System.Int32 ExtendedErrorNoClocks = 202;
  11. public const System.Int32 ExtendedErrorNoRegion = 203;
  12. public const System.Int32 ExtendedErrorNoBuffers = 204;
  13. public const System.Int32 ExtendedErrorNoRoom = 205;
  14. public const System.Int32 CharacterSetUnicode = 997;
  15. public const System.Int32 CharacterSetAscii = 998;
  16. public const System.Int32 CharacterSetAnsi = 999;
  17. public abstract System.Int32 DataCount { get; }
  18. public abstract System.Boolean DataEventEnabled { get; set; }
  19. public abstract System.Int32 OutputId { get; }
  20. public abstract System.Boolean CapMapCharacterSet { get; }
  21. public abstract System.Boolean CapSelectCharacterSet { get; }
  22. public abstract System.Boolean CapTone { get; }
  23. public abstract System.Boolean CapTouch { get; }
  24. public abstract System.Boolean CapTransaction { get; }
  25. public abstract System.Boolean AsyncMode { get; set; }
  26. public abstract System.Int32 AutoToneDuration { get; set; }
  27. public abstract System.Int32 AutoToneFrequency { get; set; }
  28. public abstract System.Int32 CharacterSet { get; }
  29. public abstract System.Int32[] CharacterSetList { get; }
  30. public abstract System.Int32 Clocks { get; }
  31. public abstract Microsoft.PointOfService.DeviceUnits CurrentUnitId { get; set; }
  32. public abstract System.String ErrorString { get; }
  33. public abstract Microsoft.PointOfService.DeviceUnits ErrorUnits { get; }
  34. public abstract System.String EventString { get; }
  35. public abstract Microsoft.PointOfService.RemoteOrderDisplayEventTypes EventType { get; set; }
  36. public abstract Microsoft.PointOfService.DeviceUnits EventUnitId { get; }
  37. public abstract Microsoft.PointOfService.DeviceUnits EventUnits { get; }
  38. public abstract System.Boolean MapCharacterSet { get; set; }
  39. public abstract System.Int32 SystemClocks { get; }
  40. public abstract System.Int32 SystemVideoSaveBuffers { get; }
  41. public abstract System.Int32 Timeout { get; set; }
  42. public abstract Microsoft.PointOfService.DeviceUnits UnitsOnline { get; }
  43. public abstract System.Int32 VideoDataCount { get; }
  44. public abstract System.Int32 VideoMode { get; set; }
  45. public abstract Microsoft.PointOfService.VideoMode[] VideoModesList { get; }
  46. public abstract System.Int32 VideoSaveBuffers { get; }
  47. #pragma warning disable 67
  48. public abstract event Microsoft.PointOfService.DataEventHandler DataEvent;
  49. #pragma warning disable 67
  50. public abstract event Microsoft.PointOfService.DeviceErrorEventHandler ErrorEvent;
  51. #pragma warning disable 67
  52. public abstract event Microsoft.PointOfService.OutputCompleteEventHandler OutputCompleteEvent;
  53. public virtual void ClearInput()
  54. {
  55. }
  56. public virtual void ClearOutput()
  57. {
  58. }
  59. public virtual void ClearVideo(Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.VideoAttributes attribute)
  60. {
  61. }
  62. public virtual void ClearVideoRegion(System.Int32 row, System.Int32 column, System.Int32 height, System.Int32 width, Microsoft.PointOfService.VideoAttributes attribute)
  63. {
  64. }
  65. public virtual void ControlClock(Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.ClockFunction clockFunction, System.Int32 clockId, System.Int32 hours, System.Int32 minutes, System.Int32 seconds, System.Int32 row, System.Int32 column, Microsoft.PointOfService.VideoAttributes attribute, Microsoft.PointOfService.ClockMode mode)
  66. {
  67. }
  68. public virtual void ControlCursor(Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.VideoCursorType cursorType)
  69. {
  70. }
  71. public virtual void CopyVideoRegion(Microsoft.PointOfService.DeviceUnits units, System.Int32 row, System.Int32 column, System.Int32 height, System.Int32 width, System.Int32 targetRow, System.Int32 targetColumn)
  72. {
  73. }
  74. public virtual void DisplayData(Microsoft.PointOfService.DeviceUnits units, System.Int32 row, System.Int32 column, Microsoft.PointOfService.VideoAttributes attribute, System.String data)
  75. {
  76. }
  77. public virtual void DrawBox(Microsoft.PointOfService.DeviceUnits units, System.Int32 row, System.Int32 column, System.Int32 height, System.Int32 width, Microsoft.PointOfService.VideoAttributes attribute, Microsoft.PointOfService.BorderType borderType)
  78. {
  79. }
  80. public virtual void FreeVideoRegion(Microsoft.PointOfService.DeviceUnits units, System.Int32 bufferId)
  81. {
  82. }
  83. public virtual void ResetVideo(Microsoft.PointOfService.DeviceUnits units)
  84. {
  85. }
  86. public virtual void RestoreVideoRegion(Microsoft.PointOfService.DeviceUnits units, System.Int32 targetRow, System.Int32 targetColumn, System.Int32 bufferId)
  87. {
  88. }
  89. public virtual void SaveVideoRegion(Microsoft.PointOfService.DeviceUnits units, System.Int32 row, System.Int32 column, System.Int32 height, System.Int32 width, System.Int32 bufferId)
  90. {
  91. }
  92. public virtual void SelectCharacterSet(Microsoft.PointOfService.DeviceUnits units, System.Int32 characterSet)
  93. {
  94. }
  95. public virtual void SetCursor(Microsoft.PointOfService.DeviceUnits units, System.Int32 row, System.Int32 column)
  96. {
  97. }
  98. public virtual void TransactionDisplay(Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.RemoteOrderDisplayTransaction transactionFunction)
  99. {
  100. }
  101. public virtual void UpdateVideoRegionAttribute(Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.VideoAttributeCommand attributeFunction, System.Int32 column, System.Int32 height, System.Int32 width, Microsoft.PointOfService.VideoAttributes attribute)
  102. {
  103. }
  104. public virtual void VideoSound(Microsoft.PointOfService.DeviceUnits units, System.Int32 frequency, System.Int32 duration, System.Int32 numberOfCycles, System.Int32 interSoundWait)
  105. {
  106. }
  107. }
  108. }