OBJECT
ACKTLV
A GT2 config updated TLV
link GraphQL Schema definition
type ACKTLV implements GT2TLVMessage, Node {
The ACK responses to command types
: [ACKResponse!]!
The ACK response code
: Int! @deprecated( reason: "Use new acks field." )
: ID!
The TLV code being ACKed
: Hexadecimal! @deprecated( reason: "Use new acks field." )
The TLV hexa code
: Hexadecimal
}
link Required by
This element is not required by anyone