GetRegisterRWSigned() 개인적인 메소드

private GetRegisterRWSigned ( int index ) : short
index int
리턴 short
예제 #1
0
 public Int16 this [int indexer] {
     get {
         return(core.GetRegisterRWSigned(indexer));
     }
     set {
         core.SetRegisterRW(indexer, value);
     }
 }