Documentation
¶
Index ¶
- Variables
- type ChannelConfig
- func (*ChannelConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelConfig) GetChannel() uint32
- func (x *ChannelConfig) GetDirection() ChannelDirection
- func (*ChannelConfig) ProtoMessage()
- func (x *ChannelConfig) ProtoReflect() protoreflect.Message
- func (x *ChannelConfig) Reset()
- func (x *ChannelConfig) String() string
- type ChannelDirection
- func (ChannelDirection) Descriptor() protoreflect.EnumDescriptor
- func (x ChannelDirection) Enum() *ChannelDirection
- func (ChannelDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChannelDirection) Number() protoreflect.EnumNumber
- func (x ChannelDirection) String() string
- func (ChannelDirection) Type() protoreflect.EnumType
- type ConfigurationDescribe
- type ConfigurationDescribeResponse
- func (*ConfigurationDescribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationDescribeResponse) GetChannelConfig() []*ChannelConfig
- func (*ConfigurationDescribeResponse) ProtoMessage()
- func (x *ConfigurationDescribeResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigurationDescribeResponse) Reset()
- func (x *ConfigurationDescribeResponse) String() string
- type ConfigurationGet
- type ConfigurationGetResponse
- type ConfigurationResponse
- func (*ConfigurationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationResponse) GetDescribe() *ConfigurationDescribeResponse
- func (x *ConfigurationResponse) GetGet() *ConfigurationGetResponse
- func (x *ConfigurationResponse) GetSet() *ConfigurationSetResponse
- func (x *ConfigurationResponse) GetType() isConfigurationResponse_Type
- func (*ConfigurationResponse) ProtoMessage()
- func (x *ConfigurationResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigurationResponse) Reset()
- func (x *ConfigurationResponse) String() string
- type ConfigurationResponse_Describe
- type ConfigurationResponse_Get
- type ConfigurationResponse_Set
- type ConfigurationSet
- type ConfigurationSetResponse
- type FunctionControlGet
- func (*FunctionControlGet) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionControlGet) GetAll() *GetAll
- func (x *FunctionControlGet) GetSingle() *GetSingle
- func (x *FunctionControlGet) GetType() isFunctionControlGet_Type
- func (*FunctionControlGet) ProtoMessage()
- func (x *FunctionControlGet) ProtoReflect() protoreflect.Message
- func (x *FunctionControlGet) Reset()
- func (x *FunctionControlGet) String() string
- type FunctionControlGetResponse
- func (*FunctionControlGetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionControlGetResponse) GetAll() *GetAllResponse
- func (x *FunctionControlGetResponse) GetSingle() *GetSingleResponse
- func (x *FunctionControlGetResponse) GetType() isFunctionControlGetResponse_Type
- func (*FunctionControlGetResponse) ProtoMessage()
- func (x *FunctionControlGetResponse) ProtoReflect() protoreflect.Message
- func (x *FunctionControlGetResponse) Reset()
- func (x *FunctionControlGetResponse) String() string
- type FunctionControlGetResponse_All
- type FunctionControlGetResponse_Single
- type FunctionControlGet_All
- type FunctionControlGet_Single
- type FunctionControlSet
- func (*FunctionControlSet) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionControlSet) GetAll() *SetAll
- func (x *FunctionControlSet) GetSingle() *SetSingle
- func (x *FunctionControlSet) GetType() isFunctionControlSet_Type
- func (*FunctionControlSet) ProtoMessage()
- func (x *FunctionControlSet) ProtoReflect() protoreflect.Message
- func (x *FunctionControlSet) Reset()
- func (x *FunctionControlSet) String() string
- type FunctionControlSetResponse
- func (*FunctionControlSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionControlSetResponse) GetAll() *SetAllResponse
- func (x *FunctionControlSetResponse) GetSingle() *SetSingleResponse
- func (x *FunctionControlSetResponse) GetType() isFunctionControlSetResponse_Type
- func (*FunctionControlSetResponse) ProtoMessage()
- func (x *FunctionControlSetResponse) ProtoReflect() protoreflect.Message
- func (x *FunctionControlSetResponse) Reset()
- func (x *FunctionControlSetResponse) String() string
- type FunctionControlSetResponse_All
- type FunctionControlSetResponse_Single
- type FunctionControlSet_All
- type FunctionControlSet_Single
- type GetAll
- type GetAllResponse
- type GetSingle
- type GetSingleResponse
- func (*GetSingleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSingleResponse) GetChannel() uint32
- func (x *GetSingleResponse) GetState() bool
- func (*GetSingleResponse) ProtoMessage()
- func (x *GetSingleResponse) ProtoReflect() protoreflect.Message
- func (x *GetSingleResponse) Reset()
- func (x *GetSingleResponse) String() string
- type Sample
- type SetAll
- type SetAllResponse
- type SetSingle
- type SetSingleResponse
- type StreamControlStart
- func (*StreamControlStart) Descriptor() ([]byte, []int)deprecated
- func (x *StreamControlStart) GetSubscribeChannel() []*SubscribeChannel
- func (*StreamControlStart) ProtoMessage()
- func (x *StreamControlStart) ProtoReflect() protoreflect.Message
- func (x *StreamControlStart) Reset()
- func (x *StreamControlStart) String() string
- type StreamData
- type SubscribeChannel
- func (*SubscribeChannel) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeChannel) GetChannel() uint32
- func (x *SubscribeChannel) GetSubscriptionType() SubscriptionType
- func (*SubscribeChannel) ProtoMessage()
- func (x *SubscribeChannel) ProtoReflect() protoreflect.Message
- func (x *SubscribeChannel) Reset()
- func (x *SubscribeChannel) String() string
- type SubscriptionType
- func (SubscriptionType) Descriptor() protoreflect.EnumDescriptor
- func (x SubscriptionType) Enum() *SubscriptionType
- func (SubscriptionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SubscriptionType) Number() protoreflect.EnumNumber
- func (x SubscriptionType) String() string
- func (SubscriptionType) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
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.
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.
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) Descriptor() protoreflect.EnumDescriptor
func (ChannelDirection) Enum ¶
func (x ChannelDirection) Enum() *ChannelDirection
func (ChannelDirection) EnumDescriptor
deprecated
func (ChannelDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChannelDirection.Descriptor instead.
func (ChannelDirection) Number ¶
func (x ChannelDirection) Number() protoreflect.EnumNumber
func (ChannelDirection) String ¶
func (x ChannelDirection) String() string
func (ChannelDirection) Type ¶
func (ChannelDirection) Type() protoreflect.EnumType
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 (x *ConfigurationDescribeResponse) ProtoReflect() protoreflect.Message
func (*ConfigurationDescribeResponse) Reset ¶
func (x *ConfigurationDescribeResponse) Reset()
func (*ConfigurationDescribeResponse) String ¶
func (x *ConfigurationDescribeResponse) String() 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 (x *ConfigurationResponse) GetDescribe() *ConfigurationDescribeResponse
func (*ConfigurationResponse) GetGet ¶
func (x *ConfigurationResponse) GetGet() *ConfigurationGetResponse
func (*ConfigurationResponse) GetSet ¶
func (x *ConfigurationResponse) GetSet() *ConfigurationSetResponse
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 (x *FunctionControlGetResponse) GetAll() *GetAllResponse
func (*FunctionControlGetResponse) GetSingle ¶
func (x *FunctionControlGetResponse) GetSingle() *GetSingleResponse
func (*FunctionControlGetResponse) GetType ¶
func (x *FunctionControlGetResponse) GetType() isFunctionControlGetResponse_Type
func (*FunctionControlGetResponse) ProtoMessage ¶
func (*FunctionControlGetResponse) ProtoMessage()
func (*FunctionControlGetResponse) ProtoReflect ¶
func (x *FunctionControlGetResponse) ProtoReflect() protoreflect.Message
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 (x *FunctionControlSetResponse) GetAll() *SetAllResponse
func (*FunctionControlSetResponse) GetSingle ¶
func (x *FunctionControlSetResponse) GetSingle() *SetSingleResponse
func (*FunctionControlSetResponse) GetType ¶
func (x *FunctionControlSetResponse) GetType() isFunctionControlSetResponse_Type
func (*FunctionControlSetResponse) ProtoMessage ¶
func (*FunctionControlSetResponse) ProtoMessage()
func (*FunctionControlSetResponse) ProtoReflect ¶
func (x *FunctionControlSetResponse) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*GetAll) ProtoMessage()
func (*GetAll) ProtoReflect ¶
func (x *GetAll) ProtoReflect() protoreflect.Message
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) GetChannel ¶
func (*GetSingle) ProtoMessage ¶
func (*GetSingle) ProtoMessage()
func (*GetSingle) ProtoReflect ¶
func (x *GetSingle) ProtoReflect() protoreflect.Message
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) GetTimestamp ¶ added in v1.1.0
func (*Sample) ProtoMessage ¶
func (*Sample) ProtoMessage()
func (*Sample) ProtoReflect ¶
func (x *Sample) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*SetAll) ProtoMessage()
func (*SetAll) ProtoReflect ¶
func (x *SetAll) ProtoReflect() protoreflect.Message
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) GetChannel ¶
func (*SetSingle) ProtoMessage ¶
func (*SetSingle) ProtoMessage()
func (*SetSingle) ProtoReflect ¶
func (x *SetSingle) ProtoReflect() protoreflect.Message
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) Descriptor() protoreflect.EnumDescriptor
func (SubscriptionType) Enum ¶ added in v1.1.0
func (x SubscriptionType) Enum() *SubscriptionType
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 (x SubscriptionType) Number() protoreflect.EnumNumber
func (SubscriptionType) String ¶ added in v1.1.0
func (x SubscriptionType) String() string
func (SubscriptionType) Type ¶ added in v1.1.0
func (SubscriptionType) Type() protoreflect.EnumType