modbus
HEAD
Modbus
Buffer
Client
ModbusException
PDU
PDUException
RTU
RTUClient
RTUException
TCP
TCPClient
TCPException
class
Modbus::PDU
Modbus::PDU
Reference
Object
Defined in:
modbus/pdu.cr
Constructors
.new
(function_code : UInt8)
Instance Method Summary
#bytes
#data
: Slice(UInt8)
#recv
(io : IO)
Constructor Detail
def self.
new
(function_code : UInt8)
#
[
View source
]
Instance Method Detail
def
bytes
#
[
View source
]
def
data
: Slice(UInt8)
#
[
View source
]
def
recv
(io : IO)
#
[
View source
]