Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sperrstatus ¶
type Sperrstatus int
Der Sperrstatus beschreibt, ob ein Zähler gesperrt ist oder nicht
const ( ENTSPERRT Sperrstatus = iota + 1 // ENTSPERRT heißt, dass der Zähler nicht gesperrt ist GESPERRT // GESPERRT beschreibt einen gesperrten Zähler )
func (Sperrstatus) MarshalJSON ¶
func (r Sperrstatus) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Sperrstatus satisfies json.Marshaler.
func (Sperrstatus) String ¶
func (i Sperrstatus) String() string
func (*Sperrstatus) UnmarshalJSON ¶
func (r *Sperrstatus) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Sperrstatus satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.