public final class StartReadDirCmd extends onbon.bx05.message.ofs.StartReadDir implements Bx5GRequestCmd<onbon.bx05.message.ofs.ReturnDirSize>
BxFileReader reader = controller.createReader();
reader.browse();
BxFileReader
Constructor and Description |
---|
StartReadDirCmd()
建构子。
|
StartReadDirCmd(byte fileType,
int dirSize)
建构子。
|
Modifier and Type | Method and Description |
---|---|
Bx5GResponseCmd<onbon.bx05.message.ofs.ReturnDirSize> |
accept(Bx5GController controller)
利用指定控制器进行请求发送与回应处理。
|
getDataLen, getDirSize, getFileType, setDirSize, setFileType
public StartReadDirCmd()
public StartReadDirCmd(byte fileType, int dirSize)
fileType
- 文件类型。dirSize
- 文件目录块大小。public Bx5GResponseCmd<onbon.bx05.message.ofs.ReturnDirSize> accept(Bx5GController controller)
Bx5GRequestCmd
accept
in interface Bx5GRequestCmd<onbon.bx05.message.ofs.ReturnDirSize>
controller
- 控制器。Copyright © 2020 onbon4j. All rights reserved.