setFullID sets the full Subscriber ID programmatically, regardless of how the codeplug is programmed.
[EventHandler("radioExternal:setFullID")]
private void setFullID(string id)
string id
int32
value.FormatException
int32
valueThis is an example of the setFullID event in a Lua script
TriggerEvent("radioExternal:setFullID","1234")
This is an example of the setFullID event in a C# script
API.TriggerEvent("radioExternal:setFullID","1234");