סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > חיבור > חיבור
שיטת Connection.connect()
צריך לחבר את החיבור הזה לחיבור אחר.
Signature:
connect(otherConnection: Connection): boolean;
פרמטרים
פרמטר |
סוג |
תיאור |
otherConnection |
חיבור |
חיבור כדי להתחבר אליו. |
החזרות:
בוליאני
האם הבלוקים מחוברים עכשיו או לא.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-29 (שעון UTC)."],[[["The `connect()` method joins this connection to another specified connection."],["It takes one argument: the `otherConnection` which is the Connection object to connect to."],["The method returns `true` if the connection was successful, and `false` otherwise."]]],[]]