data(forTag:)
Encodes a specified tag using BER-TLV tag encoding rules.
Declaration
class func data(forTag tag: TKTLVTag) -> DataParameters
- tag:
The tag value to encode.
Return Value
A data object that encodes a tag value using BER-TLV encoding.
Encodes a specified tag using BER-TLV tag encoding rules.
class func data(forTag tag: TKTLVTag) -> DataThe tag value to encode.
A data object that encodes a tag value using BER-TLV encoding.