PayloadData

public class PayloadData : Hashable, Equatable

Encrypted payload data received from target. This is likely to be an encrypted datagram of the target’s actual permanent identifier.

  • Undocumented

    Declaration

    Swift

    public var data: Data
  • Undocumented

    Declaration

    Swift

    public var shortName: String { get }
  • Undocumented

    Declaration

    Swift

    public init(_ data: Data)
  • Undocumented

    Declaration

    Swift

    public init?(base64Encoded: String)
  • Undocumented

    Declaration

    Swift

    public init(repeating: UInt8, count: Int)
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public var count: Int { get }
  • Undocumented

    Declaration

    Swift

    public var hexEncodedString: String { get }
  • Undocumented

    Declaration

    Swift

    public func base64EncodedString() -> String
  • Undocumented

    Declaration

    Swift

    public func subdata(in range: Range<Data.Index>) -> Data
  • Declaration

    Swift

    public var hashValue: Int { get }
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public static func == (lhs: PayloadData, rhs: PayloadData) -> Bool
  • Undocumented

    Declaration

    Swift

    public func append(_ other: PayloadData)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Data)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Int8)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Int16)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Int32)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Int64)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: UInt8)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: UInt16)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: UInt32)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: UInt64)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Float16)
  • Undocumented

    Declaration

    Swift

    public func append(_ other: Float32)