![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define NM_DEVICE_OLPC_MESH_HW_ADDRESS #define NM_DEVICE_OLPC_MESH_COMPANION #define NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL struct NMDeviceOlpcMesh; NMDeviceOlpcMeshClass; const char * nm_device_olpc_mesh_get_hw_address (NMDeviceOlpcMesh *device
); NMDeviceWifi * nm_device_olpc_mesh_get_companion (NMDeviceOlpcMesh *device
); guint32 nm_device_olpc_mesh_get_active_channel (NMDeviceOlpcMesh *device
);
"active-channel" guint : Read "companion" NMDeviceWifi* : Read "hw-address" gchar* : Read
const char * nm_device_olpc_mesh_get_hw_address (NMDeviceOlpcMesh *device
);
Gets the hardware (MAC) address of the NMDeviceOlpcMesh
|
a NMDeviceOlpcMesh |
Returns : |
the hardware address. This is the internal string used by the device, and must not be modified. |
NMDeviceWifi * nm_device_olpc_mesh_get_companion (NMDeviceOlpcMesh *device
);
Gets the companion device of the NMDeviceOlpcMesh.
|
a NMDeviceOlpcMesh |
Returns : |
the companion of the device of NULL . [transfer none]
|
guint32 nm_device_olpc_mesh_get_active_channel
(NMDeviceOlpcMesh *device
);
Returns the active channel of the NMDeviceOlpcMesh device.
|
a NMDeviceOlpcMesh |
Returns : |
active channel of the device |