Contents

init(tag:value:)

Initializes a BER-TLV record with the specified tag and value.

Declaration

init(tag: TKTLVTag, value: Data)

Parameters

  • tag:

    The tag field of the record.

  • value:

    The value field of the record.

Return Value

A new TLV record containing the specified tag and value fields.

See Also

Creating TLV Records