public override ModbusResult Write(
int startingAddress,
bool value
)
Public Overrides Function Write (
startingAddress As Integer,
value As Boolean
) As ModbusResult
abstract Write :
startingAddress : int *
value : bool -> ModbusResult
override Write :
startingAddress : int *
value : bool -> ModbusResult
[缺少 "M:TouchSocket.Modbus.BooleanDataPartition.Write(System.Int32,System.Boolean)" 的 <param name="startingAddress"/> 文档]
[缺少 "M:TouchSocket.Modbus.BooleanDataPartition.Write(System.Int32,System.Boolean)" 的 <param name="value"/> 文档]
[缺少 "M:TouchSocket.Modbus.BooleanDataPartition.Write(System.Int32,System.Boolean)" 的 <returns> 文档]