Documentation
¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Geraeteart ¶
type Geraeteart int
Geraeteart Auflistung möglicher Geraetearten. This is more broadly defined as a <see cref="Geraetetyp"/>, so a Zaehleinrichtung as Gerateart could be a elektronischer Haushaltszähler as a Gerätetyp.
const ( WANDLER Geraeteart = iota + 1 KOMMUNIKATIONSEINRICHTUNG TECHNISCHE_STEUEREINRICHTUNG MENGENUMWERTER SMARTMETER_GATEWAY STEUERBOX ZAEHLEINRICHTUNG )
func (Geraeteart) MarshalJSON ¶
func (r Geraeteart) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Geraeteart satisfies json.Marshaler.
func (*Geraeteart) Scan ¶
func (r *Geraeteart) Scan(src interface{}) error
Scan sets r to the enum value represented by src. It implements the sql.Scanner interface to be useable by sql drivers when reading from database.
func (Geraeteart) String ¶
func (i Geraeteart) String() string
func (*Geraeteart) UnmarshalJSON ¶
func (r *Geraeteart) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Geraeteart satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.