org.rococoa.cocoa.foundation.categories
Interface NSDeprecated

All Known Implementing Classes:
NSNetService, NSNetServiceBrowser, NSScriptClassDescription

public interface NSDeprecated

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSDeprecated._static_
           
 
Method Summary
 NSString protocolSpecificInformation()
          Returns an NSString representing the TXT record or nil if there is none.
 void setProtocolSpecificInformation(NSString specificInformation)
          Sets the TXT record of the NSNetService instance to be the provided string.
 

Method Detail

protocolSpecificInformation

NSString protocolSpecificInformation()
Returns an NSString representing the TXT record or nil if there is none. This string may or may not be the full TXT record.
This method is deprecated on Mac OS X 10.4 "Tiger" and later; use -TXTRecordData instead.
Original signature : -(NSString*)protocolSpecificInformation


setProtocolSpecificInformation

void setProtocolSpecificInformation(NSString specificInformation)
Sets the TXT record of the NSNetService instance to be the provided string. It is the caller's responsibility to ensure the string is of the appropriate format with the correct encoding.
This method is deprecated on Mac OS X 10.4 "Tiger" and later; use -setTXTRecordData: instead.
Original signature : -(void)setProtocolSpecificInformation:(NSString*)