예제 #1
0
 public CellId(BitString value) {
     this.Value = value.Value;
 }                        
예제 #2
0
 public PDPType(BitString value) {
     this.Value = value.Value;
 }                        
예제 #3
0
 public NodeID(BitString value) {
     this.Value = value.Value;
 }                        
예제 #4
0
 public LocationAreaCode(BitString value) {
     this.Value = value.Value;
 }                        
예제 #5
0
 public TestBitStr(BitString value)
 {
     this.Value = value;
 }
예제 #6
0
 public BitString(BitString src)
 {
     this.Value        = src.Value;
     this.TrailBitsCnt = src.getTrailBitsCnt();
 }
예제 #7
0
 public MessageReference(BitString value) {
     this.Value = value.Value;
 }                        
예제 #8
0
 public BitString(BitString src)
 {
     this.Value = src.Value;
     this.TrailBitsCnt = src.getTrailBitsCnt();
 }
예제 #9
0
 public RoutingAreaCode(BitString value) {
     this.Value = value.Value;
 }                        
예제 #10
0
 public IMEI(BitString value) {
     this.Value = value.Value;
 }                        
예제 #11
0
 public void initWithDefaults()
 {
     BitString param_AttrBitStrDef =
     new BitString (CoderUtils.defStringToOctetString("'011'B"));
     AttrBitStrDef = param_AttrBitStrDef;
 }
예제 #12
0
 public AccessPointNameNI(BitString value) {
     this.Value = value.Value;
 }                        
예제 #13
0
 public TimeStamp(BitString value) {
     this.Value = value.Value;
 }                        
예제 #14
0
 public AddressString(BitString value) {
     this.Value = value.Value;
 }                        
 public MSNetworkCapability(BitString value) {
     this.Value = value.Value;
 }                        
예제 #16
0
 public MSISDN(BitString value) {
     this.Value = value.Value;
 }                        
예제 #17
0
 public TestOCT(BitString value)
 {
     this.Value = value.Value;
 }