Example #1
0
 public IOIterator <T> GetMatchingServices <T> (CFDictionaryRef matchingDictionary) where T : IOService
 {
     return(IOService.GetMatchingServices <T> (Handle, matchingDictionary));
 }
Example #2
0
 public NSMutableDictionary CreateMatchingDictionaryForBSDName(string bsdName)
 {
     return(IOService.CreateMatchingDictionaryForBSDNameWithPort(Handle, bsdName));
 }
Example #3
0
 public IOService GetMatchingService(CFDictionaryRef matchingDictionary)
 {
     return(IOService.GetMatchingService(Handle, matchingDictionary));
 }
Example #4
0
 public bool Wait(double seconds)
 {
     return(IOService.WaitForPort(Handle, seconds));
 }