CborSimpleValue Enum

Definition

Represents a CBOR simple value (major type 7).

public enum class CborSimpleValue
public enum CborSimpleValue
type CborSimpleValue = 
Public Enum CborSimpleValue
Inheritance
CborSimpleValue

Fields

False 20

Represents the value 'false'.

Null 22

Represents the value 'null'.

True 21

Represents the value 'true'.

Undefined 23

Represents an undefined value, to be used by an encoder as a substitute for a data item with an encoding problem.

Applies to