| ESkinSensorSetHubName Method |
Set the name of e-skin Hub after stop communicating.
An exception may occur.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetHubName(
string hubName
)
function SetHubName(hubName);
Parameters
- hubName
- Type: SystemString
the name of e-skin Hub.
See Also