KTKDeviceGatewayConnection Class Reference
Inherits from | KTKDeviceConnection : NSObject |
---|---|
Declared in | KTKDeviceGatewayConnection.h |
Connection Methods
– writeUsingCloudConfiguration:completion:
- (void)writeUsingCloudConfiguration:(KTKDeviceConfiguration *)configuration completion:(KTKDeviceConnectionWriteCompletion)completion
– getWiFiNetworks:
Reads the configuration from the connection device.
- (void)getWiFiNetworks:(KTKDeviceGatewayConnectionGetWiFiBlock)completion
Parameters
completion |
A block object to be executed when the read operation finishes. |
---|
Discussion
Reads the configuration from the connection device.
Declared In
KTKDeviceGatewayConnection.h
– getMacDevice:
Reads the configuration from the connection device using MAC.
- (void)getMacDevice:(KTKDeviceGatewayConnectionGetMACBlock)completion
Parameters
completion |
A block object to be executed when the read operation finishes. |
---|
Discussion
Reads the configuration from the connection device using MAC.
Declared In
KTKDeviceGatewayConnection.h
– getBlinkDevice:
Blink device
- (void)getBlinkDevice:(KTKDeviceGatewayConnectionGetMACBlock)completion
Parameters
completion |
A block object to be executed when the read operation finishes. |
---|
Discussion
Blink device
Declared In
KTKDeviceGatewayConnection.h
– getDiagnosticDevice:
Reads the configuration from the connection device using MAC.
- (void)getDiagnosticDevice:(KTKDeviceGatewayConnectionGetDiagnosticBlock)completion
Parameters
completion |
A block object to be executed when the read operation finishes. |
---|
Discussion
Reads the configuration from the connection device using MAC.
Declared In
KTKDeviceGatewayConnection.h