Documentation
¶
Index ¶
- type FidoAddr
- func (f *FidoAddr) Equal(fn *FidoAddr) bool
- func (f *FidoAddr) FQDN() (string, error)
- func (f *FidoAddr) GetNet() uint16
- func (f *FidoAddr) GetNode() uint16
- func (f *FidoAddr) GetPoint() uint16
- func (f *FidoAddr) GetZone() uint16
- func (f FidoAddr) MarshalYAML() (interface{}, error)
- func (f *FidoAddr) SetPoint(p uint16) *FidoAddr
- func (f *FidoAddr) ShortString() string
- func (f *FidoAddr) String() string
- func (f *FidoAddr) UnmarshalYAML(unmarshal func(interface{}) error) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FidoAddr ¶
type FidoAddr struct {
// contains filtered or unexported fields
}
FidoAddr struct
func AddrFromNum ¶
AddrFromNum return FidoAddr from digits
func AddrFromString ¶
AddrFromString return FidoAddr from string
func (FidoAddr) MarshalYAML ¶
MarshalYAML for MarshaYAML
func (*FidoAddr) ShortString ¶
ShortString return ShortString
func (*FidoAddr) UnmarshalYAML ¶
UnmarshalYAML for UnmarshalYAML
Click to show internal directories.
Click to hide internal directories.