IServiceInterface

Summary

Represents a Service Interface object.

Properties

Structure

class IServiceInterface
event_groups

Retrieves all the list of EventGroup contained in the service.

Type

Array[IEventGroup]

events

Retrieves all the list of Event contained in the service.

Type

Array[Event]

fields

Retrieves all the list of Field contained in the service.

Type

Array[Field]

id_string

The Id of the service interface in string format.

Type

str

major_version

Gets the major version of the service.

Type

uint32

methods

Retrieves all the list of Method contained in the service.

Type

Array[Method]

minor_version

Gets the minor version of the service.

Type

uint32

name

The name of the Service Interface

Type

str

package

The package of the Service interface.

Type

Package

service_id

Gets the identifier of the service.

Type

uint16

uuid

Gets the UUID of the service.

Type

str