Summary
Represents a Service Interface object.
See also
Event
Method
Field
IEventGroup
IServiceInterface.event_groups
IServiceInterface.events
IServiceInterface.fields
IServiceInterface.id_string
IServiceInterface.major_version
IServiceInterface.methods
IServiceInterface.minor_version
IServiceInterface.name
IServiceInterface.package
IServiceInterface.service_id
IServiceInterface.uuid
Structure
Retrieves all the list of EventGroup contained in the service.
Array[IEventGroup]
Array
Retrieves all the list of Event contained in the service.
Array[Event]
Retrieves all the list of Field contained in the service.
Array[Field]
The Id of the service interface in string format.
str
Gets the major version of the service.
uint32
Retrieves all the list of Method contained in the service.
Array[Method]
Gets the minor version of the service.
The name of the Service Interface
The package of the Service interface.
Package
Gets the identifier of the service.
uint16
Gets the UUID of the service.