[AsyncToSyncWarningAttribute]
public static IModbusResponse WriteSingleRegister(
this IModbusMaster master,
byte slaveId,
ushort startingAddress,
short value
)<ExtensionAttribute>
<AsyncToSyncWarningAttribute>
Public Shared Function WriteSingleRegister (
master As IModbusMaster,
slaveId As Byte,
startingAddress As UShort,
value As Short
) As IModbusResponse[<ExtensionAttribute>]
[<AsyncToSyncWarningAttribute>]
static member WriteSingleRegister :
master : IModbusMaster *
slaveId : byte *
startingAddress : uint16 *
value : int16 -> IModbusResponse [缺少 "M:TouchSocket.Modbus.ModbusMasterExtension.WriteSingleRegister(TouchSocket.Modbus.IModbusMaster,System.Byte,System.UInt16,System.Int16)" 的 <returns> 文档]