Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModelID = 19 ModelLabel = "PPP Link" ModelDescription = "Include this model to configure a Point-to-Point Protocol link" )
View Source
const ( Auth = "Auth" Bits = "Bits" Dup = "Dup" Flw = "Flw" Nam = "Nam" Pad = "Pad" Pty = "Pty" Pw = "Pw" Rte = "Rte" UsrNam = "UsrNam" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block19 ¶
type Block19 struct { Nam string `sunspec:"offset=0,len=4,access=rw"` Rte uint32 `sunspec:"offset=4,access=rw"` Bits uint16 `sunspec:"offset=6,access=rw"` Pty sunspec.Enum16 `sunspec:"offset=7,access=rw"` Dup sunspec.Enum16 `sunspec:"offset=8,access=rw"` Flw sunspec.Enum16 `sunspec:"offset=9,access=rw"` Auth sunspec.Enum16 `sunspec:"offset=10"` UsrNam string `sunspec:"offset=11,len=12"` Pw string `sunspec:"offset=23,len=6"` Pad sunspec.Pad `sunspec:"offset=29"` }
Click to show internal directories.
Click to hide internal directories.