modbus v0.12.1 (2018-03-26T10:49:10Z)
Dub
Repo
Message
modbus
types
struct
Message {
ulong
dev
;
ubyte
fnc
;
const
(
void
)[]
data
;
const
(
ubyte
)[]
ubdata
();
}
Members
Functions
ubdata
const
(
ubyte
)[]
ubdata
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
const
(
void
)[]
data
;
data without changes (BigEndian)
dev
ulong
dev
;
device number
fnc
ubyte
fnc
;
function number
Meta
Source
See Implementation
modbus
types
structs
Message