CapabilitiesGetDisplayId Method |
Gets the type of display contained in this device.
0 = None
1 = 240x64, binary
2 = 240x64, 16 gray
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public int GetDisplayId()
Public Function GetDisplayId As Integer
public:
int GetDisplayId()
member GetDisplayId : unit -> int
Return Value
Type:
Int32The type of display contained in this device.
See Also