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
8621 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8621 def struct_fields; FIELDS; end |
#validate ⇒ Object
8623 8624 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8623 def validate end |