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