Property | Type | Description | |
---|---|---|---|
lastError | int |
Method | Description | |
---|---|---|
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 | |
return | bool |
public DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer, &outBuffer ) : bool | ||
ioControlCode | PmcReader.Interop.Kernel32.IOControlCode | |
inBuffer | object | |
return | bool |
public Install ( string path, string &errorMessage ) : bool | ||
path | string | |
errorMessage | string | |
return | bool |