DataStream Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | data_stream.h data_stream.mm |
– send:isBinary:
Send data through DataStream
- (void)send:(NSData *)message isBinary:(BOOL)binaryParameters
(NSData) |
message. Data to send. |
|---|---|
(BOOL) |
binary. Binary flag. Set to false for a string. |
Discussion
Send data through DataStream
Declared In
data_stream.h
– send:
Send data through DataStream
- (void)send:(NSString *)messageParameters
(NSString) |
message. String data to send. |
|---|
Discussion
Send data through DataStream
Declared In
data_stream.h