Свойство | Тип | Описание | |
---|---|---|---|
lastError | int |
Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Delete ( ) : bool | ||
DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer ) : bool | ||
DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer, &outBuffer ) : bool | ||
Install ( string path, string &errorMessage ) : bool | ||
KernelDriver ( string id ) : System | ||
Open ( ) : bool |
public DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer ) : bool | ||
ioControlCode | PmcReader.Interop.Kernel32.IOControlCode | |
inBuffer | object | |
Результат | bool |
public DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer, &outBuffer ) : bool | ||
ioControlCode | PmcReader.Interop.Kernel32.IOControlCode | |
inBuffer | object | |
Результат | bool |
public Install ( string path, string &errorMessage ) : bool | ||
path | string | |
errorMessage | string | |
Результат | bool |
public KernelDriver ( string id ) : System | ||
id | string | |
Результат | System |