Enumeration WirelineFormat

namespace: Tensor
type: Tensor.uint8
default: Tensor.WirelineFormat.undefined

Description

Enum defines the wireline data format of XID interactions. These are defined to facilitate standard definitions within XID interactions independent of the specific transport protocol or XID conduit.

Literals

undefined : 0

 

raw : 1

Data is in an unspecified binary format. The interpretation of the data is falls to the producer and consumer of the information. For textual wireline encodings like JSON, the data will be valid within the representation.

base64 : 2

 

hex : 3