מחלקה GCKNetworkAddress
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אובייקט שמייצג כתובת IP של רשת.
לא ניתן לשנות את האובייקט הזה.
- מאז
- 4.2
ירש את NSObject, <NS Copy> ו-<NSSecureCoding>.
אסור להשתמש במאתחל ברירת המחדל.
- (instancetype) initWithType: |
|
(GCKNetworkAddressType) |
type |
ipAddress: |
|
(nullable NSString *) |
ipAddress |
|
|
| |
הפונקציה יוצרת GCKNetworkAddress עם סוג הכתובת וכתובת ה-IP הנתונים.
- Parameters
-
type | The address type. |
ipAddress | The IP address, in textual form. May be nil to indicate the wildcard ("any") address. |
- (instancetype) initWithType: |
|
(GCKNetworkAddressType) |
type |
addressData: |
|
(nullable NSData *) |
addressData |
|
|
| |
הפונקציה יוצרת GCKNetworkAddress עם סוג הכתובת הנתון ועם כתובת גולמית.
- Parameters
-
type | The address type. |
addressData | An NSData object containing the appropriate address structure (e.g., struct in_addr or struct in6_addr). For the GCKNNetworkAddressTypeIPC, the data is expected to be a UTF8 encoding. |
הפונקציה יוצרת כתובת עם תו כללי לחיפוש מסוג נתון.
בונה כתובת לולאה חוזרת מהסוג הנתון.
הפונקציה יוצרת כתובת שידור IPv4.
הפונקציה יוצרת כתובת IPv4.
הפונקציה יוצרת כתובת IPv6.
הפונקציה יוצרת כתובת IPC.
- (GCKNetworkAddressType) type |
|
readnonatomicassign |
כתובת הרשת כ-NSData שמכיל את מבנה הכתובות המתאים (למשל, struct in_addr או struct in6_addr).
השדה הזה הוא קידוד UTF8 עבור סוג הכתובת IPC.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-02 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["The `GCKNetworkAddress` class represents a network IP address and is immutable."],["It provides methods to construct network addresses of various types, including IPv4, IPv6, and IPC."],["You can obtain the address type, IP address string, and raw address data from instances of this class."],["The default initializer is not allowed; you must use designated initializers to create instances."]]],[]]