DataConvertible

public protocol DataConvertible

Protocol to cast your own type to BLE Data.

  • Return Data of the object.

    Declaration

    Swift

    func toData() -> Data