Binarix FL-net Library for Windows 
アセンブリ: Binarix.FLnet (Binarix.FLnet.dll 内) バージョン: 2.0.0.0 (2.0.0.0)
            コモンメモリー領域2を相対アドレス指定で読み込む
            
名前空間: Binarix.FALinkアセンブリ: Binarix.FLnet (Binarix.FLnet.dll 内) バージョン: 2.0.0.0 (2.0.0.0)
構文
| C# | 
|---|
public FLResult ReadC2Relative( int c2Address, ushort[] c2Data )  | 
| Visual Basic | 
|---|
Public Function ReadC2Relative ( _ c2Address As Integer, _ c2Data As UShort() _ ) As FLResult  | 
| Visual C++ | 
|---|
public: FLResult ReadC2Relative( int c2Address, array<unsigned short>^ c2Data )  | 
パラメータ
- c2Address
 - Type: System..::..Int32
領域2の相対アドレス 
- c2Data
 - Type: array<System..::..UInt16>[]()[][]
領域2のデータを格納するushort配列