setID sets the individual portion of the Subscriber ID programmatically. This number is still added to the Subscriber Prefix defined in the codeplug.
[EventHandler("radioExternal:setID")]
private void setID(string id)
string id
int32
value.FormatException
int32
valueThis is an example of the setID event in a Lua script
TriggerEvent("radioExternal:setID","1234")
This is an example of the setID event in a C# script
API.TriggerEvent("radioExternal:setID","1234");