메소드 | 설명 | |
---|---|---|
ClearWatchPaths ( ) : void |
Clears the list of paths to watch.
|
|
LazyCopyDriverClient ( ) : System |
Initializes a new instance of the LazyCopyDriverClient class.
|
|
LazyCopyDriverClient ( string portName ) : System |
Initializes a new instance of the LazyCopyDriverClient class.
|
|
ReadConfigurationFromRegistry ( ) : void |
Tells driver to re-read the configuration parameters from the Registry.
|
|
SetOperationStatus ( OperationMode mode ) : void |
Changes the driver's operation mode.
|
|
SetReportRate ( int reportRate ) : void |
Sets the new report rate value.
|
|
SetWatchPaths ( string paths ) : void |
Sets the list of paths the driver should watch.
|
메소드 | 설명 | |
---|---|---|
NotificationsHandler ( IDriverNotification driverNotification ) : object |
Handles notifications received from the driver.
|
메소드 | 설명 | |
---|---|---|
ConvertToDevicePath ( string path ) : byte[] |
Replaces the path root with the according device name and converts it to the Unicode byte array.
|
|
GetDriverVersion ( ) : |
||
GetWatchPathsData ( IEnumerable |
Converts the paths list into a byte array containing the amount of paths in the paths as a first
|
public LazyCopyDriverClient ( string portName ) : System | ||
portName | string | Name of the port. |
리턴 | System |
protected NotificationsHandler ( IDriverNotification driverNotification ) : object | ||
driverNotification | IDriverNotification | Driver notification. |
리턴 | object |
public SetOperationStatus ( OperationMode mode ) : void | ||
mode | OperationMode | New value to be set. |
리턴 | void |
public SetReportRate ( int reportRate ) : void | ||
reportRate | int | The report rate. |
리턴 | void |
public SetWatchPaths ( string paths ) : void | ||
paths | string | List of paths to watch and their report rates. Should be in DOS name format, for example: |
리턴 | void |