v1alpha1

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2025 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ChannelDirection_name = map[int32]string{
		0: "BINARYIOTYPEB_INPUT",
		1: "BINARYIOTYPEB_OUTPUT",
		2: "BINARYIOTYPEB_INPUT_OUTPUT",
	}
	ChannelDirection_value = map[string]int32{
		"BINARYIOTYPEB_INPUT":        0,
		"BINARYIOTYPEB_OUTPUT":       1,
		"BINARYIOTYPEB_INPUT_OUTPUT": 2,
	}
)

Enum value maps for ChannelDirection.

View Source
var (
	SubscriptionType_name = map[int32]string{
		0: "BINARYIOTYPEB_ON_RISING_EDGE",
		1: "BINARYIOTYPEB_ON_FALLING_EDGE",
		2: "BINARYIOTYPEB_ON_ANY_EDGE",
	}
	SubscriptionType_value = map[string]int32{
		"BINARYIOTYPEB_ON_RISING_EDGE":  0,
		"BINARYIOTYPEB_ON_FALLING_EDGE": 1,
		"BINARYIOTYPEB_ON_ANY_EDGE":     2,
	}
)

Enum value maps for SubscriptionType.

View Source
var File_binaryIoTypeB_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ChannelConfig

type ChannelConfig struct {

	// channel number
	Channel uint32 `protobuf:"fixed32,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// channel direction
	Direction ChannelDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=binaryIoTypeB.ChannelDirection" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelConfig) Descriptor deprecated

func (*ChannelConfig) Descriptor() ([]byte, []int)

Deprecated: Use ChannelConfig.ProtoReflect.Descriptor instead.

func (*ChannelConfig) GetChannel

func (x *ChannelConfig) GetChannel() uint32

func (*ChannelConfig) GetDirection

func (x *ChannelConfig) GetDirection() ChannelDirection

func (*ChannelConfig) ProtoMessage

func (*ChannelConfig) ProtoMessage()

func (*ChannelConfig) ProtoReflect

func (x *ChannelConfig) ProtoReflect() protoreflect.Message

func (*ChannelConfig) Reset

func (x *ChannelConfig) Reset()

func (*ChannelConfig) String

func (x *ChannelConfig) String() string

type ChannelDirection

type ChannelDirection int32
const (
	// input channel
	ChannelDirection_BINARYIOTYPEB_INPUT ChannelDirection = 0
	// output channel
	ChannelDirection_BINARYIOTYPEB_OUTPUT ChannelDirection = 1
	// input/output channel
	ChannelDirection_BINARYIOTYPEB_INPUT_OUTPUT ChannelDirection = 2
)

func (ChannelDirection) Descriptor

func (ChannelDirection) Enum

func (ChannelDirection) EnumDescriptor deprecated

func (ChannelDirection) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChannelDirection.Descriptor instead.

func (ChannelDirection) Number

func (ChannelDirection) String

func (x ChannelDirection) String() string

func (ChannelDirection) Type

type ConfigurationDescribe

type ConfigurationDescribe struct {
	// contains filtered or unexported fields
}

ConfigurationDescribe to pass to Functionblock.Configuration.functionSpecificConfigurationDescribe hook

func (*ConfigurationDescribe) Descriptor deprecated

func (*ConfigurationDescribe) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationDescribe.ProtoReflect.Descriptor instead.

func (*ConfigurationDescribe) ProtoMessage

func (*ConfigurationDescribe) ProtoMessage()

func (*ConfigurationDescribe) ProtoReflect

func (x *ConfigurationDescribe) ProtoReflect() protoreflect.Message

func (*ConfigurationDescribe) Reset

func (x *ConfigurationDescribe) Reset()

func (*ConfigurationDescribe) String

func (x *ConfigurationDescribe) String() string

type ConfigurationDescribeResponse

type ConfigurationDescribeResponse struct {
	ChannelConfig []*ChannelConfig `protobuf:"bytes,1,rep,name=channelConfig,proto3" json:"channelConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigurationDescribeResponse) Descriptor deprecated

func (*ConfigurationDescribeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationDescribeResponse.ProtoReflect.Descriptor instead.

func (*ConfigurationDescribeResponse) GetChannelConfig

func (x *ConfigurationDescribeResponse) GetChannelConfig() []*ChannelConfig

func (*ConfigurationDescribeResponse) ProtoMessage

func (*ConfigurationDescribeResponse) ProtoMessage()

func (*ConfigurationDescribeResponse) ProtoReflect

func (*ConfigurationDescribeResponse) Reset

func (x *ConfigurationDescribeResponse) Reset()

func (*ConfigurationDescribeResponse) String

type ConfigurationGet

type ConfigurationGet struct {
	// contains filtered or unexported fields
}

ConfigurationGet to pass to Functionblock.Configuration.functionSpecificConfigurationGet hook

func (*ConfigurationGet) Descriptor deprecated

func (*ConfigurationGet) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationGet.ProtoReflect.Descriptor instead.

func (*ConfigurationGet) ProtoMessage

func (*ConfigurationGet) ProtoMessage()

func (*ConfigurationGet) ProtoReflect

func (x *ConfigurationGet) ProtoReflect() protoreflect.Message

func (*ConfigurationGet) Reset

func (x *ConfigurationGet) Reset()

func (*ConfigurationGet) String

func (x *ConfigurationGet) String() string

type ConfigurationGetResponse

type ConfigurationGetResponse struct {
	// contains filtered or unexported fields
}

ConfigurationGetResponse to pass to Functionblock.ConfigurationGetResponse.functionSpecificConfigurationGetResponse hook Returns the current hardware configuration

func (*ConfigurationGetResponse) Descriptor deprecated

func (*ConfigurationGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationGetResponse.ProtoReflect.Descriptor instead.

func (*ConfigurationGetResponse) ProtoMessage

func (*ConfigurationGetResponse) ProtoMessage()

func (*ConfigurationGetResponse) ProtoReflect

func (x *ConfigurationGetResponse) ProtoReflect() protoreflect.Message

func (*ConfigurationGetResponse) Reset

func (x *ConfigurationGetResponse) Reset()

func (*ConfigurationGetResponse) String

func (x *ConfigurationGetResponse) String() string

type ConfigurationResponse

type ConfigurationResponse struct {

	// Types that are valid to be assigned to Type:
	//
	//	*ConfigurationResponse_Get
	//	*ConfigurationResponse_Set
	//	*ConfigurationResponse_Describe
	Type isConfigurationResponse_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

ConfigurationResponse to pass to Functionblock.ConfigurationResponse.functionSpecificConfigurationResponse hook

func (*ConfigurationResponse) Descriptor deprecated

func (*ConfigurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationResponse.ProtoReflect.Descriptor instead.

func (*ConfigurationResponse) GetDescribe

func (*ConfigurationResponse) GetGet

func (*ConfigurationResponse) GetSet

func (*ConfigurationResponse) GetType

func (x *ConfigurationResponse) GetType() isConfigurationResponse_Type

func (*ConfigurationResponse) ProtoMessage

func (*ConfigurationResponse) ProtoMessage()

func (*ConfigurationResponse) ProtoReflect

func (x *ConfigurationResponse) ProtoReflect() protoreflect.Message

func (*ConfigurationResponse) Reset

func (x *ConfigurationResponse) Reset()

func (*ConfigurationResponse) String

func (x *ConfigurationResponse) String() string

type ConfigurationResponse_Describe

type ConfigurationResponse_Describe struct {
	Describe *ConfigurationDescribeResponse `protobuf:"bytes,3,opt,name=describe,proto3,oneof"`
}

type ConfigurationResponse_Get

type ConfigurationResponse_Get struct {
	Get *ConfigurationGetResponse `protobuf:"bytes,1,opt,name=get,proto3,oneof"`
}

type ConfigurationResponse_Set

type ConfigurationResponse_Set struct {
	Set *ConfigurationSetResponse `protobuf:"bytes,2,opt,name=set,proto3,oneof"`
}

type ConfigurationSet

type ConfigurationSet struct {
	// contains filtered or unexported fields
}

ConfigurationSet to pass to Functionblock.Configuration.functionSpecificConfigurationSet hook

func (*ConfigurationSet) Descriptor deprecated

func (*ConfigurationSet) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationSet.ProtoReflect.Descriptor instead.

func (*ConfigurationSet) ProtoMessage

func (*ConfigurationSet) ProtoMessage()

func (*ConfigurationSet) ProtoReflect

func (x *ConfigurationSet) ProtoReflect() protoreflect.Message

func (*ConfigurationSet) Reset

func (x *ConfigurationSet) Reset()

func (*ConfigurationSet) String

func (x *ConfigurationSet) String() string

type ConfigurationSetResponse

type ConfigurationSetResponse struct {
	// contains filtered or unexported fields
}

ConfigurationSetResponse to pass to Functionblock.Configuration.functionSpecificConfigurationSetResponse hook

func (*ConfigurationSetResponse) Descriptor deprecated

func (*ConfigurationSetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigurationSetResponse.ProtoReflect.Descriptor instead.

func (*ConfigurationSetResponse) ProtoMessage

func (*ConfigurationSetResponse) ProtoMessage()

func (*ConfigurationSetResponse) ProtoReflect

func (x *ConfigurationSetResponse) ProtoReflect() protoreflect.Message

func (*ConfigurationSetResponse) Reset

func (x *ConfigurationSetResponse) Reset()

func (*ConfigurationSetResponse) String

func (x *ConfigurationSetResponse) String() string

type FunctionControlGet

type FunctionControlGet struct {

	// Types that are valid to be assigned to Type:
	//
	//	*FunctionControlGet_Single
	//	*FunctionControlGet_All
	Type isFunctionControlGet_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

FunctionControlGet to pass to Functionblock.FunctionControl.functionSpecificFunctionControlGet hook

func (*FunctionControlGet) Descriptor deprecated

func (*FunctionControlGet) Descriptor() ([]byte, []int)

Deprecated: Use FunctionControlGet.ProtoReflect.Descriptor instead.

func (*FunctionControlGet) GetAll

func (x *FunctionControlGet) GetAll() *GetAll

func (*FunctionControlGet) GetSingle

func (x *FunctionControlGet) GetSingle() *GetSingle

func (*FunctionControlGet) GetType

func (x *FunctionControlGet) GetType() isFunctionControlGet_Type

func (*FunctionControlGet) ProtoMessage

func (*FunctionControlGet) ProtoMessage()

func (*FunctionControlGet) ProtoReflect

func (x *FunctionControlGet) ProtoReflect() protoreflect.Message

func (*FunctionControlGet) Reset

func (x *FunctionControlGet) Reset()

func (*FunctionControlGet) String

func (x *FunctionControlGet) String() string

type FunctionControlGetResponse

type FunctionControlGetResponse struct {

	// Types that are valid to be assigned to Type:
	//
	//	*FunctionControlGetResponse_Single
	//	*FunctionControlGetResponse_All
	Type isFunctionControlGetResponse_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

FunctionControlGetResponse to pass to Functionblock.FunctionControlResponse.functionSpecificControlGet hook

func (*FunctionControlGetResponse) Descriptor deprecated

func (*FunctionControlGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use FunctionControlGetResponse.ProtoReflect.Descriptor instead.

func (*FunctionControlGetResponse) GetAll

func (*FunctionControlGetResponse) GetSingle

func (*FunctionControlGetResponse) GetType

func (x *FunctionControlGetResponse) GetType() isFunctionControlGetResponse_Type

func (*FunctionControlGetResponse) ProtoMessage

func (*FunctionControlGetResponse) ProtoMessage()

func (*FunctionControlGetResponse) ProtoReflect

func (*FunctionControlGetResponse) Reset

func (x *FunctionControlGetResponse) Reset()

func (*FunctionControlGetResponse) String

func (x *FunctionControlGetResponse) String() string

type FunctionControlGetResponse_All

type FunctionControlGetResponse_All struct {
	All *GetAllResponse `protobuf:"bytes,2,opt,name=all,proto3,oneof"`
}

type FunctionControlGetResponse_Single

type FunctionControlGetResponse_Single struct {
	Single *GetSingleResponse `protobuf:"bytes,1,opt,name=single,proto3,oneof"`
}

type FunctionControlGet_All

type FunctionControlGet_All struct {
	All *GetAll `protobuf:"bytes,2,opt,name=all,proto3,oneof"`
}

type FunctionControlGet_Single

type FunctionControlGet_Single struct {
	Single *GetSingle `protobuf:"bytes,1,opt,name=single,proto3,oneof"`
}

type FunctionControlSet

type FunctionControlSet struct {

	// Types that are valid to be assigned to Type:
	//
	//	*FunctionControlSet_Single
	//	*FunctionControlSet_All
	Type isFunctionControlSet_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

FunctionControlSet to pass to Functionblock.FunctionControl.functionSpecificFunctionControlSet hook

func (*FunctionControlSet) Descriptor deprecated

func (*FunctionControlSet) Descriptor() ([]byte, []int)

Deprecated: Use FunctionControlSet.ProtoReflect.Descriptor instead.

func (*FunctionControlSet) GetAll

func (x *FunctionControlSet) GetAll() *SetAll

func (*FunctionControlSet) GetSingle

func (x *FunctionControlSet) GetSingle() *SetSingle

func (*FunctionControlSet) GetType

func (x *FunctionControlSet) GetType() isFunctionControlSet_Type

func (*FunctionControlSet) ProtoMessage

func (*FunctionControlSet) ProtoMessage()

func (*FunctionControlSet) ProtoReflect

func (x *FunctionControlSet) ProtoReflect() protoreflect.Message

func (*FunctionControlSet) Reset

func (x *FunctionControlSet) Reset()

func (*FunctionControlSet) String

func (x *FunctionControlSet) String() string

type FunctionControlSetResponse

type FunctionControlSetResponse struct {

	// Types that are valid to be assigned to Type:
	//
	//	*FunctionControlSetResponse_Single
	//	*FunctionControlSetResponse_All
	Type isFunctionControlSetResponse_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

FunctionControlSetResponse to pass to Functionblock.FunctionControlResponse.functionSpecificControlSet hook

func (*FunctionControlSetResponse) Descriptor deprecated

func (*FunctionControlSetResponse) Descriptor() ([]byte, []int)

Deprecated: Use FunctionControlSetResponse.ProtoReflect.Descriptor instead.

func (*FunctionControlSetResponse) GetAll

func (*FunctionControlSetResponse) GetSingle

func (*FunctionControlSetResponse) GetType

func (x *FunctionControlSetResponse) GetType() isFunctionControlSetResponse_Type

func (*FunctionControlSetResponse) ProtoMessage

func (*FunctionControlSetResponse) ProtoMessage()

func (*FunctionControlSetResponse) ProtoReflect

func (*FunctionControlSetResponse) Reset

func (x *FunctionControlSetResponse) Reset()

func (*FunctionControlSetResponse) String

func (x *FunctionControlSetResponse) String() string

type FunctionControlSetResponse_All

type FunctionControlSetResponse_All struct {
	All *SetAllResponse `protobuf:"bytes,2,opt,name=all,proto3,oneof"`
}

type FunctionControlSetResponse_Single

type FunctionControlSetResponse_Single struct {
	Single *SetSingleResponse `protobuf:"bytes,1,opt,name=single,proto3,oneof"`
}

type FunctionControlSet_All

type FunctionControlSet_All struct {
	All *SetAll `protobuf:"bytes,2,opt,name=all,proto3,oneof"`
}

type FunctionControlSet_Single

type FunctionControlSet_Single struct {
	Single *SetSingle `protobuf:"bytes,1,opt,name=single,proto3,oneof"`
}

type GetAll

type GetAll struct {

	// mask to define which channels are affected by the get all command. 0 means not set, 1 means set, LSB is Output0
	Mask uint32 `protobuf:"fixed32,1,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

Gets the values of all binary channels

func (*GetAll) Descriptor deprecated

func (*GetAll) Descriptor() ([]byte, []int)

Deprecated: Use GetAll.ProtoReflect.Descriptor instead.

func (*GetAll) GetMask

func (x *GetAll) GetMask() uint32

func (*GetAll) ProtoMessage

func (*GetAll) ProtoMessage()

func (*GetAll) ProtoReflect

func (x *GetAll) ProtoReflect() protoreflect.Message

func (*GetAll) Reset

func (x *GetAll) Reset()

func (*GetAll) String

func (x *GetAll) String() string

type GetAllResponse

type GetAllResponse struct {

	// binary coded map of input values. 0 means inactive, 1 means active, LSB is Input0
	Inputs uint32 `protobuf:"fixed32,1,opt,name=inputs,proto3" json:"inputs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllResponse) Descriptor deprecated

func (*GetAllResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllResponse.ProtoReflect.Descriptor instead.

func (*GetAllResponse) GetInputs

func (x *GetAllResponse) GetInputs() uint32

func (*GetAllResponse) ProtoMessage

func (*GetAllResponse) ProtoMessage()

func (*GetAllResponse) ProtoReflect

func (x *GetAllResponse) ProtoReflect() protoreflect.Message

func (*GetAllResponse) Reset

func (x *GetAllResponse) Reset()

func (*GetAllResponse) String

func (x *GetAllResponse) String() string

type GetSingle

type GetSingle struct {

	// Specifies the binary input channel (0 - (number of channels - 1))
	Channel uint32 `protobuf:"fixed32,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

============= FunctionControl ================= Gets the current value of a single binary channel

func (*GetSingle) Descriptor deprecated

func (*GetSingle) Descriptor() ([]byte, []int)

Deprecated: Use GetSingle.ProtoReflect.Descriptor instead.

func (*GetSingle) GetChannel

func (x *GetSingle) GetChannel() uint32

func (*GetSingle) ProtoMessage

func (*GetSingle) ProtoMessage()

func (*GetSingle) ProtoReflect

func (x *GetSingle) ProtoReflect() protoreflect.Message

func (*GetSingle) Reset

func (x *GetSingle) Reset()

func (*GetSingle) String

func (x *GetSingle) String() string

type GetSingleResponse

type GetSingleResponse struct {

	// Number of the binary input channel
	Channel uint32 `protobuf:"fixed32,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// State for the bianry input channel
	State bool `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSingleResponse) Descriptor deprecated

func (*GetSingleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSingleResponse.ProtoReflect.Descriptor instead.

func (*GetSingleResponse) GetChannel

func (x *GetSingleResponse) GetChannel() uint32

func (*GetSingleResponse) GetState

func (x *GetSingleResponse) GetState() bool

func (*GetSingleResponse) ProtoMessage

func (*GetSingleResponse) ProtoMessage()

func (*GetSingleResponse) ProtoReflect

func (x *GetSingleResponse) ProtoReflect() protoreflect.Message

func (*GetSingleResponse) Reset

func (x *GetSingleResponse) Reset()

func (*GetSingleResponse) String

func (x *GetSingleResponse) String() string

type Sample

type Sample struct {
	Timestamp uint64 `protobuf:"fixed64,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Inputs    uint32 `protobuf:"fixed32,2,opt,name=inputs,proto3" json:"inputs,omitempty"`
	// contains filtered or unexported fields
}

func (*Sample) Descriptor deprecated

func (*Sample) Descriptor() ([]byte, []int)

Deprecated: Use Sample.ProtoReflect.Descriptor instead.

func (*Sample) GetInputs added in v1.1.0

func (x *Sample) GetInputs() uint32

func (*Sample) GetTimestamp added in v1.1.0

func (x *Sample) GetTimestamp() uint64

func (*Sample) ProtoMessage

func (*Sample) ProtoMessage()

func (*Sample) ProtoReflect

func (x *Sample) ProtoReflect() protoreflect.Message

func (*Sample) Reset

func (x *Sample) Reset()

func (*Sample) String

func (x *Sample) String() string

type SetAll

type SetAll struct {

	// binary coded map of input values. 0 means inactive, 1 means active, LSB is Output0
	Values uint32 `protobuf:"fixed32,1,opt,name=values,proto3" json:"values,omitempty"`
	// mask to define which channels are affected by the set all command. 0 means not set, 1 means set, LSB is Output0
	Mask uint32 `protobuf:"fixed32,2,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

Sets all binary channels

func (*SetAll) Descriptor deprecated

func (*SetAll) Descriptor() ([]byte, []int)

Deprecated: Use SetAll.ProtoReflect.Descriptor instead.

func (*SetAll) GetMask

func (x *SetAll) GetMask() uint32

func (*SetAll) GetValues

func (x *SetAll) GetValues() uint32

func (*SetAll) ProtoMessage

func (*SetAll) ProtoMessage()

func (*SetAll) ProtoReflect

func (x *SetAll) ProtoReflect() protoreflect.Message

func (*SetAll) Reset

func (x *SetAll) Reset()

func (*SetAll) String

func (x *SetAll) String() string

type SetAllResponse

type SetAllResponse struct {
	// contains filtered or unexported fields
}

func (*SetAllResponse) Descriptor deprecated

func (*SetAllResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAllResponse.ProtoReflect.Descriptor instead.

func (*SetAllResponse) ProtoMessage

func (*SetAllResponse) ProtoMessage()

func (*SetAllResponse) ProtoReflect

func (x *SetAllResponse) ProtoReflect() protoreflect.Message

func (*SetAllResponse) Reset

func (x *SetAllResponse) Reset()

func (*SetAllResponse) String

func (x *SetAllResponse) String() string

type SetSingle

type SetSingle struct {

	// Number of the binary output channel (0 - (number of channels - 1))
	Channel uint32 `protobuf:"fixed32,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// State of the binary output channel. false means inactive, true means active.
	State bool `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Sets the value of a single binary channel

func (*SetSingle) Descriptor deprecated

func (*SetSingle) Descriptor() ([]byte, []int)

Deprecated: Use SetSingle.ProtoReflect.Descriptor instead.

func (*SetSingle) GetChannel

func (x *SetSingle) GetChannel() uint32

func (*SetSingle) GetState

func (x *SetSingle) GetState() bool

func (*SetSingle) ProtoMessage

func (*SetSingle) ProtoMessage()

func (*SetSingle) ProtoReflect

func (x *SetSingle) ProtoReflect() protoreflect.Message

func (*SetSingle) Reset

func (x *SetSingle) Reset()

func (*SetSingle) String

func (x *SetSingle) String() string

type SetSingleResponse

type SetSingleResponse struct {
	// contains filtered or unexported fields
}

func (*SetSingleResponse) Descriptor deprecated

func (*SetSingleResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSingleResponse.ProtoReflect.Descriptor instead.

func (*SetSingleResponse) ProtoMessage

func (*SetSingleResponse) ProtoMessage()

func (*SetSingleResponse) ProtoReflect

func (x *SetSingleResponse) ProtoReflect() protoreflect.Message

func (*SetSingleResponse) Reset

func (x *SetSingleResponse) Reset()

func (*SetSingleResponse) String

func (x *SetSingleResponse) String() string

type StreamControlStart

type StreamControlStart struct {
	SubscribeChannel []*SubscribeChannel `protobuf:"bytes,1,rep,name=subscribeChannel,proto3" json:"subscribeChannel,omitempty"`
	// contains filtered or unexported fields
}

============= StreamControl ================== StreamControlStart to pass to Functionblock.StreamControlStart.functionSpecificStreamControlStart hook

func (*StreamControlStart) Descriptor deprecated

func (*StreamControlStart) Descriptor() ([]byte, []int)

Deprecated: Use StreamControlStart.ProtoReflect.Descriptor instead.

func (*StreamControlStart) GetSubscribeChannel added in v1.1.0

func (x *StreamControlStart) GetSubscribeChannel() []*SubscribeChannel

func (*StreamControlStart) ProtoMessage

func (*StreamControlStart) ProtoMessage()

func (*StreamControlStart) ProtoReflect

func (x *StreamControlStart) ProtoReflect() protoreflect.Message

func (*StreamControlStart) Reset

func (x *StreamControlStart) Reset()

func (*StreamControlStart) String

func (x *StreamControlStart) String() string

type StreamData

type StreamData struct {
	Samples []*Sample `protobuf:"bytes,1,rep,name=samples,proto3" json:"samples,omitempty"`
	// contains filtered or unexported fields
}

StreamData to pass to Functionblock.StreamData.functionSpecificStreamData hook

func (*StreamData) Descriptor deprecated

func (*StreamData) Descriptor() ([]byte, []int)

Deprecated: Use StreamData.ProtoReflect.Descriptor instead.

func (*StreamData) GetSamples added in v1.1.0

func (x *StreamData) GetSamples() []*Sample

func (*StreamData) ProtoMessage

func (*StreamData) ProtoMessage()

func (*StreamData) ProtoReflect

func (x *StreamData) ProtoReflect() protoreflect.Message

func (*StreamData) Reset

func (x *StreamData) Reset()

func (*StreamData) String

func (x *StreamData) String() string

type SubscribeChannel added in v1.1.0

type SubscribeChannel struct {

	// Number of the binary input channel
	Channel uint32 `protobuf:"fixed32,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// Define on which channel event client shall be reported
	SubscriptionType SubscriptionType `protobuf:"varint,2,opt,name=subscriptionType,proto3,enum=binaryIoTypeB.SubscriptionType" json:"subscriptionType,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeChannel) Descriptor deprecated added in v1.1.0

func (*SubscribeChannel) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeChannel.ProtoReflect.Descriptor instead.

func (*SubscribeChannel) GetChannel added in v1.1.0

func (x *SubscribeChannel) GetChannel() uint32

func (*SubscribeChannel) GetSubscriptionType added in v1.1.0

func (x *SubscribeChannel) GetSubscriptionType() SubscriptionType

func (*SubscribeChannel) ProtoMessage added in v1.1.0

func (*SubscribeChannel) ProtoMessage()

func (*SubscribeChannel) ProtoReflect added in v1.1.0

func (x *SubscribeChannel) ProtoReflect() protoreflect.Message

func (*SubscribeChannel) Reset added in v1.1.0

func (x *SubscribeChannel) Reset()

func (*SubscribeChannel) String added in v1.1.0

func (x *SubscribeChannel) String() string

type SubscriptionType added in v1.1.0

type SubscriptionType int32
const (
	// Report on rising edge
	SubscriptionType_BINARYIOTYPEB_ON_RISING_EDGE SubscriptionType = 0
	// Report on falling edge
	SubscriptionType_BINARYIOTYPEB_ON_FALLING_EDGE SubscriptionType = 1
	// Report on any edge
	SubscriptionType_BINARYIOTYPEB_ON_ANY_EDGE SubscriptionType = 2
)

func (SubscriptionType) Descriptor added in v1.1.0

func (SubscriptionType) Enum added in v1.1.0

func (SubscriptionType) EnumDescriptor deprecated added in v1.1.0

func (SubscriptionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubscriptionType.Descriptor instead.

func (SubscriptionType) Number added in v1.1.0

func (SubscriptionType) String added in v1.1.0

func (x SubscriptionType) String() string

func (SubscriptionType) Type added in v1.1.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL