iControl.SystemVCMP.set_guest_slots C# (CSharp) Method

set_guest_slots() private method

private set_guest_slots ( string guests, short slots ) : void
guests string
slots short
return void
        public void set_guest_slots(
		string [] guests,
		short [] slots
	)
        {
            this.Invoke("set_guest_slots", new object [] {
                guests,
                slots});
        }
SystemVCMP