GetRegisterRWUnsigned() 개인적인 메소드

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