public WaitHandle SendDeviceCommand(
ICommandFrame commandFrame
)
Public Function SendDeviceCommand (
commandFrame As ICommandFrame
) As WaitHandle
public:
WaitHandle^ SendDeviceCommand(
ICommandFrame^ commandFrame
)
function SendDeviceCommand(commandFrame);
ArgumentNullException | commandFrame is null. |
InvalidOperationException | Device does not support commands - or - No channel open for command publication. |