Documentation ¶
Index ¶
- func ParseCallType(v string) (interface{}, error)
- func ParseFailureStage(v string) (interface{}, error)
- func ParseNetworkConnectionType(v string) (interface{}, error)
- func ParseWifiBand(v string) (interface{}, error)
- func ParseWifiRadioType(v string) (interface{}, error)
- func SerializeCallType(values []CallType) []string
- func SerializeFailureStage(values []FailureStage) []string
- func SerializeNetworkConnectionType(values []NetworkConnectionType) []string
- func SerializeWifiBand(values []WifiBand) []string
- func SerializeWifiRadioType(values []WifiRadioType) []string
- type CallType
- type FailureStage
- type NetworkConnectionType
- type WifiBand
- type WifiRadioType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCallType ¶
func ParseFailureStage ¶
func ParseWifiBand ¶
func ParseWifiRadioType ¶
func SerializeCallType ¶
func SerializeFailureStage ¶
func SerializeFailureStage(values []FailureStage) []string
func SerializeNetworkConnectionType ¶
func SerializeNetworkConnectionType(values []NetworkConnectionType) []string
func SerializeWifiBand ¶
func SerializeWifiRadioType ¶
func SerializeWifiRadioType(values []WifiRadioType) []string
Types ¶
type FailureStage ¶
type FailureStage int
const ( UNKNOWN_FAILURESTAGE FailureStage = iota CALLSETUP_FAILURESTAGE MIDCALL_FAILURESTAGE UNKNOWNFUTUREVALUE_FAILURESTAGE )
func (FailureStage) String ¶
func (i FailureStage) String() string
type NetworkConnectionType ¶
type NetworkConnectionType int
const ( UNKNOWN_NETWORKCONNECTIONTYPE NetworkConnectionType = iota WIRED_NETWORKCONNECTIONTYPE WIFI_NETWORKCONNECTIONTYPE MOBILE_NETWORKCONNECTIONTYPE TUNNEL_NETWORKCONNECTIONTYPE UNKNOWNFUTUREVALUE_NETWORKCONNECTIONTYPE )
func (NetworkConnectionType) String ¶
func (i NetworkConnectionType) String() string
type WifiRadioType ¶
type WifiRadioType int
const ( UNKNOWN_WIFIRADIOTYPE WifiRadioType = iota WIFI80211A_WIFIRADIOTYPE WIFI80211B_WIFIRADIOTYPE WIFI80211G_WIFIRADIOTYPE WIFI80211N_WIFIRADIOTYPE WIFI80211AC_WIFIRADIOTYPE WIFI80211AX_WIFIRADIOTYPE UNKNOWNFUTUREVALUE_WIFIRADIOTYPE )
func (WifiRadioType) String ¶
func (i WifiRadioType) String() string
Click to show internal directories.
Click to hide internal directories.