ISRPSubMessage

Summary

Represents an SRP protocol sub message.

See also

MessageSRP

Methods
Properties

Structure

class ISRPSubMessage
add_vector_attribute(leave_all_event: uint8, firstValue: Array[uint8], vectorArray: Array[uint8]) ISRPVectorAttribute

Creates and adds an attribute (SRPVectorAttribute) to the list of attributes given its parameters.

Parameters
  • leave_all_event (uint8) – The leave all event parameter.

  • firstValue (Array[uint8]) – The first value parameter.

  • vectorArray (Array[uint8]) – The vector array parameter.

Returns

Attribute created.

Return type

ISRPVectorAttribute

attribute_length

The attribute name.

Type

uint8

attribute_list

The attributes list.

Type

IReadOnlyList[ISRPVectorAttribute]

attribute_list_length

The attribute's list length.

Type

uint16

attribute_type

The attribute type

Type

uint8

attribute_type_string

The attribute type in string format (name).

Type

str

parent_srp_message

The parent SRP Message.

Type

MessageSRP