ROActiveClientChannelDelegate
Overview
This protocol defines delegate methods for active (super) client channels, such as ROSuperHTTPClientChannel.
Location
- Reference: ROClientChannel.h
- Namespace: RemObjectsSDK
- Ancestry: ROActiveClientChannelDelegate
Required Methods
clientChannelDidReceivedEvents:data:
With calling this method the channel informs the delegate about new Callback events have come from the server.
- (void) clientChannelDidReceivedEvents:(id<ROActiveClientChannel>)sender data:(NSData *)aEventsData
Parameters:
- sender: The refernce to the client channel
- aEventsData: Raw events data stream received from the server