Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeviceType_name = map[int32]string{
0: "DEVICE_TYPE_UNKNOWN",
1: "DEVICE_TYPE_SIMPLE",
2: "DEVICE_TYPE_ADVANCED",
}
View Source
var DeviceType_value = map[string]int32{
"DEVICE_TYPE_UNKNOWN": 0,
"DEVICE_TYPE_SIMPLE": 1,
"DEVICE_TYPE_ADVANCED": 2,
}
Functions ¶
This section is empty.
Types ¶
type DeviceType ¶
type DeviceType int32
const ( DeviceType_DEVICE_TYPE_UNKNOWN DeviceType = 0 DeviceType_DEVICE_TYPE_SIMPLE DeviceType = 1 DeviceType_DEVICE_TYPE_ADVANCED DeviceType = 2 )
func (DeviceType) EnumDescriptor ¶
func (DeviceType) EnumDescriptor() ([]byte, []int)
func (DeviceType) String ¶
func (x DeviceType) String() string
Click to show internal directories.
Click to hide internal directories.