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