Documentation ¶
Index ¶
- func ToArr(d btypes.PropertyData) (ok bool, out []interface{})
- func ToBitString(d btypes.PropertyData) (ok bool, out *btypes.BitString)
- func ToBool(d btypes.PropertyData) (ok bool, out bool)
- func ToFloat32(d btypes.PropertyData) (ok bool, out float32)
- func ToFloat64(d btypes.PropertyData) (ok bool, out float64)
- func ToInt(d btypes.PropertyData) (ok bool, out int)
- func ToStr(d btypes.PropertyData) (ok bool, out string)
- func ToUint32(d btypes.PropertyData) (ok bool, out uint32)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToArr ¶
func ToArr(d btypes.PropertyData) (ok bool, out []interface{})
func ToBitString ¶
func ToBitString(d btypes.PropertyData) (ok bool, out *btypes.BitString)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.