Documentation ¶
Index ¶
- func MarshalHEX(s *jsonplugin.MarshalState, b []byte)
- func MarshalHEXArray(s *jsonplugin.MarshalState, bs [][]byte)
- func UnmarshalHEX(s *jsonplugin.UnmarshalState) []byte
- func UnmarshalHEXArray(s *jsonplugin.UnmarshalState) [][]byte
- type EUI64
- func (t EUI64) Marshal() ([]byte, error)
- func (t EUI64) MarshalJSON() ([]byte, error)
- func (t *EUI64) MarshalProtoJSON(s *jsonplugin.MarshalState)
- func (t *EUI64) MarshalTo(data []byte) (n int, err error)
- func (t *EUI64) Size() int
- func (t *EUI64) Unmarshal(data []byte) error
- func (t *EUI64) UnmarshalJSON(data []byte) error
- func (t *EUI64) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalHEX ¶
func MarshalHEX(s *jsonplugin.MarshalState, b []byte)
func MarshalHEXArray ¶
func MarshalHEXArray(s *jsonplugin.MarshalState, bs [][]byte)
func UnmarshalHEX ¶
func UnmarshalHEX(s *jsonplugin.UnmarshalState) []byte
func UnmarshalHEXArray ¶
func UnmarshalHEXArray(s *jsonplugin.UnmarshalState) [][]byte
Types ¶
type EUI64 ¶
type EUI64 [8]byte
func (EUI64) MarshalJSON ¶
func (*EUI64) MarshalProtoJSON ¶
func (t *EUI64) MarshalProtoJSON(s *jsonplugin.MarshalState)
func (*EUI64) UnmarshalJSON ¶
func (*EUI64) UnmarshalProtoJSON ¶
func (t *EUI64) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)
Click to show internal directories.
Click to hide internal directories.