Class: ScenarioAction
- Inherits:
-
Object
- Object
- ScenarioAction
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- GATTREAD =
1
- GATTWRITE =
2
- SLEEP =
3
- DISCONNECT =
4
- STOPNOTIFICATION =
5
- FIELDS =
{ GATTREAD => {:type => ::Thrift::Types::STRUCT, :name => 'gattRead', :class => ::GattReadAction}, GATTWRITE => {:type => ::Thrift::Types::STRUCT, :name => 'gattWrite', :class => ::GattWriteAction}, SLEEP => {:type => ::Thrift::Types::STRUCT, :name => 'sleep', :class => ::SleepAction}, DISCONNECT => {:type => ::Thrift::Types::STRUCT, :name => 'disconnect', :class => ::DisconnectAction}, STOPNOTIFICATION => {:type => ::Thrift::Types::STRUCT, :name => 'stopNotification', :class => ::StopNotificationAction} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
5116 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5116 def struct_fields; FIELDS; end |
#validate ⇒ Object
5118 5119 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5118 def validate end |