OBJECT

ACKTLV

A GT2 config updated TLV

link GraphQL Schema definition

type ACKTLV implements GT2TLVMessage, Node {

The ACK responses to command types
acks: [ACKResponse!]!

The ACK response code
code: Int! @deprecated( reason: "Use new acks field." )

id: ID!

The TLV code being ACKed
responseToCode: Hexadecimal! @deprecated( reason: "Use new acks field." )

The TLV hexa code
tlvCode: Hexadecimal

}

link Required by

This element is not required by anyone