コード例 #1
0
 public static string GetBdAddress(this IEpos2DeviceInfo This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("bdAddress"))));
 }
コード例 #2
0
 public static int GetDeviceType(this IEpos2DeviceInfo This)
 {
     return(global::ApiDefinition.Messaging.int_objc_msgSend(This.Handle, Selector.GetHandle("deviceType")));
 }