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, setFileTypepublic StartReadDirCmd()
public StartReadDirCmd(byte fileType,
int dirSize)
fileType - 文件类型。dirSize - 文件目录块大小。public Bx5GResponseCmd<onbon.bx05.message.ofs.ReturnDirSize> accept(Bx5GController controller)
Bx5GRequestCmdaccept in interface Bx5GRequestCmd<onbon.bx05.message.ofs.ReturnDirSize>controller - 控制器。