CVB.Net 14.0
IDeviceControl Member List

This is the complete list of members for IDeviceControl, including all inherited members.

ParentIDeviceInterface
SendCommand(DeviceControlCommand command, string value, out string result)IDeviceControl
SendCommand(DeviceControlCommand command, IntPtr inputBuffer, int inputBufferSize, IntPtr outputBuffer, ref int outputBufferSize)IDeviceControl
SendCommand(DeviceControlCommand command, IntPtr inputBuffer, long inputBufferSize, IntPtr outputBuffer, ref long outputBufferSize)IDeviceControl
SendCommand< Tin, Tout >(DeviceControlCommand command, Tin value, out Tout result)IDeviceControl