Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModelID = 14 ModelLabel = "Proxy Server" ModelDescription = "Include this block to allow for a proxy server" )
View Source
const ( Addr = "Addr" Cap = "Cap" Cfg = "Cfg" Nam = "Nam" Port = "Port" Pw = "Pw" Typ = "Typ" User = "User" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block14 ¶
type Block14 struct { Nam string `sunspec:"offset=0,len=4,access=rw"` Cap sunspec.Bitfield16 `sunspec:"offset=4,access=rw"` Cfg sunspec.Enum16 `sunspec:"offset=5,access=rw"` Typ sunspec.Bitfield16 `sunspec:"offset=6,access=rw"` Addr string `sunspec:"offset=7,len=20,access=rw"` Port uint16 `sunspec:"offset=27,access=rw"` User string `sunspec:"offset=28,len=12,access=rw"` Pw string `sunspec:"offset=40,len=12,access=rw"` }
Click to show internal directories.
Click to hide internal directories.