class RetShotInfo
extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
protected String |
commentStr
コメント
|
protected String |
managementStr
管理番号
|
protected int |
nChannel
チャネル数
|
protected short |
sDay
収集日
|
protected String |
serverStr
データ転送/保存サーバ名
|
protected short |
sHour
収集時
|
protected short |
sMin
収集分
|
protected short |
sMonth
収集月
|
protected short |
sSec
収集秒
|
protected short |
sYear
収集年
|
コンストラクタと説明 |
---|
RetShotInfo(IntByReference n_channel,
ShortByReference year,
ShortByReference month,
ShortByReference day,
ShortByReference hour,
ShortByReference min,
ShortByReference sec,
Pointer management,
Pointer comment,
Pointer server) |
RetShotInfo(int n_channel,
short year,
short month,
short day,
short hour,
short min,
short sec,
String management,
String comment,
String server)
コンストラクタ
|
protected int nChannel
protected short sYear
protected short sMonth
protected short sDay
protected short sHour
protected short sMin
protected short sSec
protected String managementStr
protected String commentStr
protected String serverStr
RetShotInfo(int n_channel, short year, short month, short day, short hour, short min, short sec, String management, String comment, String server)
n_channel
- チャネル数year
- 収集年month
- 収集月day
- 収集日hour
- 収集時min
- 収集分sec
- 収集秒management
- 管理バージョンcomment
- コメントserver
- 転送/保存サーバRetShotInfo(IntByReference n_channel, ShortByReference year, ShortByReference month, ShortByReference day, ShortByReference hour, ShortByReference min, ShortByReference sec, Pointer management, Pointer comment, Pointer server)