Example #1
0
 static extern bool PXVersionMatch(PXVersionType @base, PXVersionType testVersion);
Example #2
0
 static extern NSComparisonResult PXVersionCompare(PXVersionType v1, PXVersionType v2);
Example #3
0
 static extern short PXVersionTertiary(PXVersionType v);
Example #4
0
 static extern short PXVersionSecondary(PXVersionType v);
Example #5
0
 static extern short PXVersionPrimary(PXVersionType v);
Example #6
0
 static extern NSString NSStringFromPXVersion(PXVersionType v);