Page MenuHomec4science

sbcp-id-modifier.in
No OneTemporary

File Metadata

Created
Fri, Jan 10, 08:43

sbcp-id-modifier.in

.\" Copyright 2013 Alexandre Tuleu <alexandre.tuleu.2005@polytechnique.org>
.\" All rights reserved.
.TH "SBCP\-ID\-MODIFIER" 1 "January 2013" "libsbcp @VERSION_STRING@" "libsbcp manual"
.SH "NAME"
sbcp\-id\-modifier \- A tool to modify the ID of a given SBCP device
.SH "SYNOPSIS"
\fIsbcp\-id\-modifier\fR [\-\-non\-interacive|\-s] [\-\-bus|\-b <bus>] [\-\-class|\-c <class>] [\-\-old_id|\-o <oid>] [\-\-new_id|\-n <nid>]
.SH "DESCRIPTION"
.PP
This command will modifiy the SBCP device targeted by <class>:<oid> to <class>:<nid>.
.SH "OPTIONS"
.PP
\-\-class,\-c <class>
.RS 4
Specify the <class> of the device. Hexadecimal value in range [0x00 - 0xff],
.RE
.PP
\-\-old_id,\-o <oid>
.RS 4
Specify the old (current) ID of the device. Hexadecimal value in range [0x00 - 0xff],
.RE
.PP
\-\-new_id,\-n <nid>
.RS 4
Specify the new (current) ID of the device. Hexadecimal value in range [0x00 - 0xff],
.RE
.PP
\-\-non\-interactive,\-s
.RS 4
If you forgot to specify an argument, you will by default be prompted for it. With this option the program will report an error instead (useful for script).
.RE
.PP
\-\-bus,\-b <bus>
.RS 4
Instead of using the 'default', use <bus>, as defined by sbcp-config(1).
.RE
.SH "BUGS"
To see or report bugs please use the bug tracker at https://redmine.amarsi-project.eu/projects/libsbcp/issues
.SH "AUTHOR"
Alexandre Tuleu <alexandre.tuleu.2005@polytechnique.org>
.SH "SEE ALSO"
.BR sbcp-config(1),
.BR sbcp-scanner(1),
.BR sbcp-register-io(1)

Event Timeline