package hs.network.proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ApplicationService

application.proto:250

enum Event.Type

application.proto:200

Used in: Event

message Input

application.proto:99

Represents the input to a Node.

Used in: Event, Node

message Method

application.proto:108

Used in: Event, Node

message Node

application.proto:115

Represents a specific application with corresponding properties, inputs and outputs.

Used as response type in: ApplicationService.GetApplication, ApplicationService.GetNode

message Output

application.proto:104

Represents the output from a Node.

Used in: Event, Node

message Property

application.proto:82

Represents a property containing a single datatype.

Used as response type in: ApplicationService.GetProperty, ApplicationService.SetProperty

Used as field type in: Event, Node

message PropertyBool

application.proto:65

Represents a Boolean value.

Used in: Property

message PropertyDouble

application.proto:57

Represents a double-precision floating-point number.

Used in: Property

message PropertyEnum

application.proto:70

Represents an enumeration type.

Used in: Property

message PropertyFloat

application.proto:49

Represents a floating-point number.

Used in: Property

message PropertyInt32

application.proto:17

Represents a 32-bit signed integer.

Used in: Property

message PropertyInt64

application.proto:25

Represents a 64-bit signed integer.

Used in: Property

message PropertyString

application.proto:77

Represents a string type.

Used in: Property

message PropertyUInt32

application.proto:33

Represents a 32-bit unsigned integer.

Used in: Property

message PropertyUInt64

application.proto:41

Represents a 64-bit unsigned integer.

Used in: Property

message Version

application.proto:10

Used as response type in: ApplicationService.GetApplicationVersion, ApplicationService.GetInterfaceVersion

message VersionRequest

application.proto:196

Used as request type in: ApplicationService.GetApplicationVersion, ApplicationService.GetInterfaceVersion

(message has no fields)