![]() |
Public Member Functions | |
(id) | - initWithHeader:withSuccess: |
(IDBlueCommand *) | - commandSent |
(void) | - setCommandSent: |
SendStatus is a subclass of IDBlueResponse. It is returned from all methods of IDBlueCommandSender that send IDBlueCommand packets to an IDBLUE device. It contains the IDBlueCommand packet sent to IDBLUE, whether the data was sent to IDBLUE, and if not, the error details
- (IDBlueCommand *) commandSent |
Gets the IDBlueCommand packet that was sent to IDBLUE
- (id) initWithHeader: | (CommandIdentifier) | command | |
withSuccess: | (BOOL) | success | |
Initialize a SendStatus object, for the specified command
command | the CommandIdentifier of the command sent |
success | Whether the command was sent successfully |
- (void) setCommandSent: | (IDBlueCommand*) | command |
Set the IDBlueCommand packet that was sent to IDBLUE.