ByteValue
public protocol ByteValue
Stores a primitive value. Useful for Swift wrappers for C primitives.
-
Returns the primitive type */
Declaration
Swift
var byteValue: ByteValueType { get }