Example #1
0
 CommandStatus ICommandHandler.Select(AnalogOutputDouble64 command, ushort index)
 {
     return(status());
 }
Example #2
0
 CommandStatus ICommandHandler.Operate(AnalogOutputDouble64 command, ushort index, OperateType opType)
 {
     return(status());
 }