BlueLibs documentation

RemoteDevice.DevicePassword Delegate

This method is called by RemoteDevice objects when the devices requires password authorization the method must return string password (PIN) as it was entered on the device

[Visual Basic]
Public Delegate Function RemoteDevice.DevicePassword( _
   ByVal DevInfo As DeviceInfo _
) As String
[C#]
public delegate string RemoteDevice.DevicePassword(
   DeviceInfo DevInfo
);

Parameters

DevInfo
details on the device that requested the password

Return Value

password string

Requirements

Namespace: BlueLibs.Comm

Assembly: BlueLibs (in BlueLibs.dll)

See Also

BlueLibs.Comm Namespace