Change the current SMP Server Profile
setSMPServerProfile( [SMPServer], [SMPApplicationID], [SMPApplicationTag], [allowAnonymous], [user], [password], [connectionID] )
| Name | Type | Argument | Description |
| SMPServer | string | (optional) | The new SMP Server to use.If you don’t want to change it, you can set it to undefined |
| SMPApplicationID | string | (optional) | The new SMP ApplicationID.If you don’t want to change it, you can set it to undefined |
| SMPApplicationTag | string | (optional) | The new SMP ApplicationTag.If you don’t want to change it, you can set it to undefined |
| allowAnonymous | bool | (optional) | You can set it to true if the server allows anonymous access, otherwise, set it false.If you don’t want to change it, you can set it to undefined |
| user | string | (optional) | The new user name.If you don’t want to change it, you can set it to undefined |
| password | string | (optional) | The new password.If you don’t want to change it, you can set it to undefined |
| connectionID | string | (optional) | The the conection ID to be used.If you want to clear the old connection ID, you can set it to empty string (""). |