Option

option A pair of <id><value> where <id> is a short representing the option id and <value> depends on that option (and can be of size 0). The supported id (and the corresponding <value>) will be described when this is used.

struct Option {
Type id;
}

Members

Enums

Type
enum Type

See Section: 4.2.5.2.

Meta