NONSHARABLE_CLASS | ( | TBTDeviceSelectionParams | ) |
Class to allow parameters to be sent to the device selection dialog via the RNotifier API.
NONSHARABLE_CLASS | ( | TBTDeviceResponseParams | ) |
Class to allow parameters to be received from the device selection dialog via the RNotifier API.
typedef TPckgBuf< TBTDeviceSelectionParams > | TBTDeviceSelectionParamsPckg |
Typedef'ed pckgbuf to send paramaters to the device selection dialog via the notifier framework.
typedef TPckgBuf< TBTDeviceResponseParams > | TBTDeviceResponseParamsPckg |
Typedef'ed pckgbuf to retrieve the response from the device selection dialog via the notifier framework.
NONSHARABLE_CLASS | ( | TPanConnection | ) |
A remote device address, and a boolean indicating if the remote device has access to the uplink WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
NONSHARABLE_CLASS | ( | TPanConnectionList | ) |
A list of TPanConnection instances This is not intended for external use by application developers.
See also: TPanConnection
typedef TPckgBuf< TPanConnectionList > | TPanConnectionListPckg |
Typedef'ed pckgbuf for TPanConnectionList. This is not intended for external use by application developers.
The response from the incoming PAN NAP connection selection dialog. This is intended for internal sub-system use only.
Enumerator | Value | Description |
---|---|---|
EDisallowNewNapConnection | ||
EAcceptNapConnectionAllowUplinkAccess | ||
EAcceptNapConnectionDisallowUplinkAccess |
typedef TPckgBuf< TNapConnectionResult > | TNapConnectionResultPckg |
Typedef'ed pckgbuf to retrieve the response from the incoming PAN NAP connection selection dialog via the notifier framework. This is intended for internal sub-system use only.