device_misc Method
Returns "checked" if the requested bit in the device MISC property is checked
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string device_misc( string ref, string bit) |
VB |
Public Shared Function device_misc ( ref As String, bit As String) As String |
Parameters
ref
Type: System.String
Device reference ID
bit
Type: System.String
String like 512 or 2048, or 1
Return Value
Type: String
See Also
functions Class
Scheduler Namespace