Show / Hide Table of Contents

Class Region

運用地域毎の使用可能なチャネル、LBT制御等を管理するクラスです。

Inheritance
System.Object
Region
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TFSW.BUD01
Assembly: TFSW_RFIDScanner.dll
Syntax
public class Region

Constructors

Region(Region.Code)

Declaration
public Region(Region.Code regionCode)
Parameters
Type Name Description
Region.Code regionCode

Properties

RegionCode

Declaration
public Region.Code RegionCode { get; }
Property Value
Type Description
Region.Code

UseLBT

LBTを使用するかどうかを示します(使用する場合 true) 但し、運用地域がLBTの使用を義務付ける設定になっている場合、この設定は無視されます

Declaration
public bool UseLBT { get; set; }
Property Value
Type Description
System.Boolean

Methods

GetChannels()

Declaration
public int[] GetChannels()
Returns
Type Description
System.Int32[]

GetChannelsByte()

Declaration
public byte[] GetChannelsByte()
Returns
Type Description
System.Byte[]

SetChannels(Int32[])

Declaration
public void SetChannels(int[] channels)
Parameters
Type Name Description
System.Int32[] channels

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

ValueOf(Byte[])

Declaration
public static Region ValueOf(byte[] bytes)
Parameters
Type Name Description
System.Byte[] bytes
Returns
Type Description
Region
Back to top Generated by DocFX