public Int16 this [int indexer] { get { return(core.GetRegisterRWSigned(indexer)); } set { core.SetRegisterRW(indexer, value); } }