Class: Aws::IoTWireless::Types::SendDataToWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SendDataToWirelessDeviceRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the wireless device to receive the data.
-
#payload_data ⇒ String
The binary to be sent to the end device, encoded in base64.
-
#transmit_mode ⇒ Integer
The transmit mode to use to send data to the wireless device.
-
#wireless_metadata ⇒ Types::WirelessMetadata
Metadata about the message request.
Instance Attribute Details
#id ⇒ String
The ID of the wireless device to receive the data.
5372 5373 5374 5375 5376 5377 5378 5379 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5372 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#payload_data ⇒ String
The binary to be sent to the end device, encoded in base64.
5372 5373 5374 5375 5376 5377 5378 5379 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5372 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#transmit_mode ⇒ Integer
The transmit mode to use to send data to the wireless device. Can
be: 0
for UM (unacknowledge mode) or 1
for AM (acknowledge
mode).
5372 5373 5374 5375 5376 5377 5378 5379 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5372 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#wireless_metadata ⇒ Types::WirelessMetadata
Metadata about the message request.
5372 5373 5374 5375 5376 5377 5378 5379 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5372 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |