Documentation
¶
Index ¶
- type BP35A1
- func (b *BP35A1) Close()
- func (b *BP35A1) Connect() error
- func (b *BP35A1) SKINFO() (string, error)
- func (b *BP35A1) SKJOIN(addr string) (bool, error)
- func (b *BP35A1) SKLL64(addr string) (string, error)
- func (b *BP35A1) SKSCAN() (*PAN, error)
- func (b *BP35A1) SKSENDTO(handle uint8, ipaddr string, port uint16, sec uint8, data []byte, ...) (<-chan *Frame, error)
- func (b *BP35A1) SKSETPWD(pwd string) error
- func (b *BP35A1) SKSETRBID(rbid string) error
- func (b *BP35A1) SKSREG(sreg string, val string) error
- func (b *BP35A1) SKVER() (string, error)
- type Frame
- type PAN
- type PortWrapper
- type Property
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct { EHD1 uint8 EHD2 uint8 TID uint16 SEOJ uint32 // Use only 24 bits DEOJ uint32 // Use only 24 bits ESV uint8 OPC uint8 Properties []*Property }
func NewFrameFromString ¶
type PortWrapper ¶
func NewPortWrapper ¶
func NewPortWrapper(r io.Reader) *PortWrapper
func (*PortWrapper) ReadLine ¶
func (p *PortWrapper) ReadLine() string
func (*PortWrapper) ReadLinesUntilOk ¶
func (p *PortWrapper) ReadLinesUntilOk() []string
func (*PortWrapper) ScanAndText ¶
func (p *PortWrapper) ScanAndText() (bool, string)
Click to show internal directories.
Click to hide internal directories.